This commit is contained in:
wangchuxiao
2023-07-12 14:22:16 +08:00
parent 16c2028687
commit 98215396f1
+2
View File
@@ -100,6 +100,8 @@ func newSessionTypeConf() map[int32]int32 {
constant.ConversationChangeNotification: constant.SingleChatType,
constant.ConversationUnreadNotification: constant.SingleChatType,
constant.ConversationPrivateChatNotification: constant.SingleChatType,
// delete
constant.MsgDeleteNotification: constant.SingleChatType,
}
}