mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
msg callback
This commit is contained in:
parent
02510528d1
commit
88b8a5323a
@ -197,22 +197,22 @@ callback:
|
|||||||
# 开启关闭操作前后回调的配置
|
# 开启关闭操作前后回调的配置
|
||||||
callbackbeforeSendSingleMsg:
|
callbackbeforeSendSingleMsg:
|
||||||
enable: true # 回调是否启用
|
enable: true # 回调是否启用
|
||||||
callbackTimeOut: 5 # 回调超时时间
|
callbackTimeOut: 2 # 回调超时时间
|
||||||
CallbackFailedContinue: true # 回调超时是否继续执行代码
|
CallbackFailedContinue: true # 回调超时是否继续执行代码
|
||||||
callbackAfterSendSingleMsg:
|
callbackAfterSendSingleMsg:
|
||||||
enable: true
|
enable: true
|
||||||
callbackTimeOut: 5
|
callbackTimeOut: 2
|
||||||
callbackBeforeSendGroupMsg:
|
callbackBeforeSendGroupMsg:
|
||||||
enable: true
|
enable: true
|
||||||
callbackTimeOut: 5
|
callbackTimeOut: 2
|
||||||
CallbackFailedContinue: true
|
CallbackFailedContinue: true
|
||||||
callbackAfterSendGroupMsg:
|
callbackAfterSendGroupMsg:
|
||||||
enable: true
|
enable: true
|
||||||
callbackTimeOut: 5
|
callbackTimeOut: 2
|
||||||
callbackWordFilter:
|
callbackWordFilter:
|
||||||
enable: true
|
enable: true
|
||||||
callbackTimeOut: 5
|
callbackTimeOut: 2
|
||||||
CallbackFailedContinue: false
|
CallbackFailedContinue: true
|
||||||
|
|
||||||
|
|
||||||
notification:
|
notification:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user