test-v3dev1^2
wangchuxiao 1 year ago
parent 16c2028687
commit 98215396f1

@ -100,6 +100,8 @@ func newSessionTypeConf() map[int32]int32 {
constant.ConversationChangeNotification: constant.SingleChatType, constant.ConversationChangeNotification: constant.SingleChatType,
constant.ConversationUnreadNotification: constant.SingleChatType, constant.ConversationUnreadNotification: constant.SingleChatType,
constant.ConversationPrivateChatNotification: constant.SingleChatType, constant.ConversationPrivateChatNotification: constant.SingleChatType,
// delete
constant.MsgDeleteNotification: constant.SingleChatType,
} }
} }

Loading…
Cancel
Save