mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge remote-tracking branch 'origin/v3dev' into v3dev
This commit is contained in:
commit
2e6ea7b193
@ -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…
x
Reference in New Issue
Block a user