mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 03:58:55 +08:00
refactor: notification sessionType update
This commit is contained in:
parent
f57f838e39
commit
97c08e982b
@ -62,8 +62,8 @@ func newSessionTypeConf() map[int32]int32 {
|
|||||||
// group
|
// group
|
||||||
constant.GroupCreatedNotification: constant.SuperGroupChatType,
|
constant.GroupCreatedNotification: constant.SuperGroupChatType,
|
||||||
constant.GroupInfoSetNotification: constant.SuperGroupChatType,
|
constant.GroupInfoSetNotification: constant.SuperGroupChatType,
|
||||||
constant.JoinGroupApplicationNotification: constant.SuperGroupChatType,
|
constant.JoinGroupApplicationNotification: constant.SingleChatType,
|
||||||
constant.MemberQuitNotification: constant.SingleChatType,
|
constant.MemberQuitNotification: constant.SuperGroupChatType,
|
||||||
constant.GroupApplicationAcceptedNotification: constant.SingleChatType,
|
constant.GroupApplicationAcceptedNotification: constant.SingleChatType,
|
||||||
constant.GroupApplicationRejectedNotification: constant.SingleChatType,
|
constant.GroupApplicationRejectedNotification: constant.SingleChatType,
|
||||||
constant.GroupOwnerTransferredNotification: constant.SuperGroupChatType,
|
constant.GroupOwnerTransferredNotification: constant.SuperGroupChatType,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user