Skip to content

Commit aa9bb98

Browse files
committed
Remove Chinese comments
1 parent 3a20f16 commit aa9bb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/push/push_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func (c *ConsumerHandler) groupMessagesHandler(ctx context.Context, groupID stri
259259

260260
*pushToUserIDs = append(*pushToUserIDs, kickedUsers...)
261261
case constant.GroupDismissedNotification:
262-
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) { // 消息先到,通知后到
262+
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) {
263263
var tips sdkws.GroupDismissedTips
264264
if unmarshalNotificationElem(msg.Content, &tips) != nil {
265265
return err

0 commit comments

Comments
 (0)