|
|
@ -125,12 +125,14 @@ const (
|
|
|
|
ReceiveNotNotifyMessage = 2
|
|
|
|
ReceiveNotNotifyMessage = 2
|
|
|
|
|
|
|
|
|
|
|
|
//OptionsKey
|
|
|
|
//OptionsKey
|
|
|
|
IsHistory = "history"
|
|
|
|
IsHistory = "history"
|
|
|
|
IsPersistent = "persistent"
|
|
|
|
IsPersistent = "persistent"
|
|
|
|
IsOfflinePush = "offlinePush"
|
|
|
|
IsOfflinePush = "offlinePush"
|
|
|
|
IsUnreadCount = "unreadCount"
|
|
|
|
IsUnreadCount = "unreadCount"
|
|
|
|
IsConversationUpdate = "conversationUpdate"
|
|
|
|
IsConversationUpdate = "conversationUpdate"
|
|
|
|
IsSenderSync = "senderSync"
|
|
|
|
IsSenderSync = "senderSync"
|
|
|
|
|
|
|
|
IsNotPrivate = "notPrivate"
|
|
|
|
|
|
|
|
IsSenderConversationUpdate = "senderConversationUpdate"
|
|
|
|
|
|
|
|
|
|
|
|
//GroupStatus
|
|
|
|
//GroupStatus
|
|
|
|
GroupOk = 0
|
|
|
|
GroupOk = 0
|
|
|
|