mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 18:45:58 +08:00
gateway update
This commit is contained in:
@@ -87,5 +87,5 @@ func (c *Check) messageReactionSender(ctx context.Context, sendID string, source
|
||||
case constant.GroupChatType, constant.SuperGroupChatType:
|
||||
pbData.MsgData.GroupID = sourceID
|
||||
}
|
||||
_, err = c.msg.SendMsg(ctx, &pbData)
|
||||
_, err = c.Msg.SendMsg(ctx, &pbData)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user