Merge remote-tracking branch 'refs/remotes/origin/main' into corn37

# Conflicts:
#	go.mod
This commit is contained in:
withchao
2024-04-26 15:56:24 +08:00
26 changed files with 185 additions and 194 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import (
)
const (
geTUI = "getui"
geTUI = "geTui"
firebase = "fcm"
jPush = "jpush"
)
+1 -1
View File
@@ -259,7 +259,7 @@ func (c *ConsumerHandler) groupMessagesHandler(ctx context.Context, groupID stri
*pushToUserIDs = append(*pushToUserIDs, kickedUsers...)
case constant.GroupDismissedNotification:
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) { // 消息先到,通知后到
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) {
var tips sdkws.GroupDismissedTips
if unmarshalNotificationElem(msg.Content, &tips) != nil {
return err