This commit is contained in:
wangchuxiao
2022-12-02 16:40:11 +08:00
parent a9edd036e0
commit df78d87ec5
3 changed files with 43 additions and 46 deletions
+2
View File
@@ -96,6 +96,8 @@ func GetConversationIDBySessionType(sourceID string, sessionType int) string {
return "single_" + sourceID
case constant.GroupChatType:
return "group_" + sourceID
case constant.SuperGroupChatType:
return "super_group_" + sourceID
case constant.NotificationChatType:
return "notification_" + sourceID
}