mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-17 23:39:04 +08:00
notification
This commit is contained in:
+5
-5
@@ -173,13 +173,13 @@ messagecallback:
|
||||
|
||||
iOSPush:
|
||||
pushSound: "xxx"
|
||||
badgeCount: 1
|
||||
badgeCount: true
|
||||
|
||||
notification:
|
||||
groupCreated:
|
||||
conversation:
|
||||
conversationChanged: 1
|
||||
unreadCount: 1
|
||||
conversationChanged: true
|
||||
unreadCount: true
|
||||
offlinePush:
|
||||
switch: true
|
||||
title: "create group title"
|
||||
@@ -190,8 +190,8 @@ notification:
|
||||
|
||||
groupInfoChanged:
|
||||
conversation:
|
||||
conversationChanged: 1
|
||||
unreadCount: 1
|
||||
conversationChanged: true
|
||||
unreadCount: true
|
||||
offlinePush:
|
||||
switch: true
|
||||
title: "group info changed title"
|
||||
|
||||
Reference in New Issue
Block a user