mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 04:25:59 +08:00
sync message
This commit is contained in:
@@ -116,7 +116,7 @@ func (r *RPCServer) MsgToUser(_ context.Context, in *pbRelay.MsgToUserReq) (*pbR
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//Single chat sender synchronization message
|
//Single chat sender synchronization message
|
||||||
if in.GetSessionType() == constant.SingleChatType {
|
if in.GetSessionType() == constant.SingleChatType && in.ContentType <= constant.Quote && in.ContentType != constant.Typing && in.ContentType != constant.HasReadReceipt {
|
||||||
userIDList = genUidPlatformArray(in.SendID)
|
userIDList = genUidPlatformArray(in.SendID)
|
||||||
for _, v := range userIDList {
|
for _, v := range userIDList {
|
||||||
UIDAndPID = strings.Split(v, " ")
|
UIDAndPID = strings.Split(v, " ")
|
||||||
|
|||||||
Reference in New Issue
Block a user