mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
Remove Chinese comments
This commit is contained in:
parent
3a20f164ff
commit
aa9bb98d10
@ -259,7 +259,7 @@ func (c *ConsumerHandler) groupMessagesHandler(ctx context.Context, groupID stri
|
|||||||
|
|
||||||
*pushToUserIDs = append(*pushToUserIDs, kickedUsers...)
|
*pushToUserIDs = append(*pushToUserIDs, kickedUsers...)
|
||||||
case constant.GroupDismissedNotification:
|
case constant.GroupDismissedNotification:
|
||||||
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) { // 消息先到,通知后到
|
if msgprocessor.IsNotification(msgprocessor.GetConversationIDByMsg(msg)) {
|
||||||
var tips sdkws.GroupDismissedTips
|
var tips sdkws.GroupDismissedTips
|
||||||
if unmarshalNotificationElem(msg.Content, &tips) != nil {
|
if unmarshalNotificationElem(msg.Content, &tips) != nil {
|
||||||
return err
|
return err
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user