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