Commit a1c54a42 by 刘鹏

Merge remote-tracking branch 'origin/release' into release

parents fa77afb2 3a3f07c9
...@@ -239,7 +239,7 @@ class IMServiceImpl : IImService { ...@@ -239,7 +239,7 @@ class IMServiceImpl : IImService {
customNotification.sessionId = toUid customNotification.sessionId = toUid
customNotification.config = config customNotification.config = config
customNotification.content = content customNotification.content = content
// customNotification.isSendToOnlineUserOnly=false customNotification.isSendToOnlineUserOnly = true
NIMClient.getService(MsgService::class.java).sendCustomNotification(customNotification).setCallback(object : RequestCallback<Void?> { NIMClient.getService(MsgService::class.java).sendCustomNotification(customNotification).setCallback(object : RequestCallback<Void?> {
override fun onSuccess(param: Void?) { override fun onSuccess(param: Void?) {
callback.onSuccess() callback.onSuccess()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment