tag notification

This commit is contained in:
Gordon 2022-03-28 17:37:30 +08:00
parent 5e78697a69
commit 7827749453

View File

@ -131,6 +131,8 @@ const (
IsUnreadCount = "unreadCount" IsUnreadCount = "unreadCount"
IsConversationUpdate = "conversationUpdate" IsConversationUpdate = "conversationUpdate"
IsSenderSync = "senderSync" IsSenderSync = "senderSync"
IsNotPrivate = "notPrivate"
IsSenderConversationUpdate = "senderConversationUpdate"
//GroupStatus //GroupStatus
GroupOk = 0 GroupOk = 0