mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 03:25:59 +08:00
Refactor code
This commit is contained in:
+7
-6
@@ -178,28 +178,29 @@ iOSPush:
|
||||
notification:
|
||||
groupCreated:
|
||||
conversation:
|
||||
conversationChanged: true
|
||||
type: 1
|
||||
unreadCount: true
|
||||
offlinePush:
|
||||
switch: true
|
||||
title: "create group title"
|
||||
title: "create group title" # xx create the group
|
||||
desc: "create group desc"
|
||||
ext: "create group ext"
|
||||
defaultTips:
|
||||
tips: "create the group" # xx create the group
|
||||
|
||||
|
||||
groupInfoChanged:
|
||||
conversation:
|
||||
conversationChanged: true
|
||||
unreadCount: true
|
||||
type: 1
|
||||
unreadCount: false
|
||||
offlinePush:
|
||||
switch: true
|
||||
switch: false
|
||||
title: "group info changed title"
|
||||
desc: "group info changed desc"
|
||||
ext: "group info changed ext"
|
||||
defaultTips:
|
||||
tips: "group info changed by" # group info changed by xx
|
||||
conversationChanged: 0
|
||||
|
||||
|
||||
|
||||
#---------------demo configuration---------------------#
|
||||
|
||||
Reference in New Issue
Block a user