Commit 3a3f07c9 by 万齐军

Merge branch 'feat/qj/confide_optimize' into 'release'

Feat/qj/confide optimize

See merge request app_android_lib/YDL-Component!239
parents 64f0756e bd3bcb13
......@@ -239,7 +239,7 @@ class IMServiceImpl : IImService {
customNotification.sessionId = toUid
customNotification.config = config
customNotification.content = content
// customNotification.isSendToOnlineUserOnly=false
customNotification.isSendToOnlineUserOnly = true
NIMClient.getService(MsgService::class.java).sendCustomNotification(customNotification).setCallback(object : RequestCallback<Void?> {
override fun onSuccess(param: Void?) {
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