sync message

pull/131/head
Gordon 3 years ago
parent 59fffc6fbe
commit 2dc773ebe6

@ -116,7 +116,7 @@ func (r *RPCServer) MsgToUser(_ context.Context, in *pbRelay.MsgToUserReq) (*pbR
}
}
//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)
for _, v := range userIDList {
UIDAndPID = strings.Split(v, " ")

Loading…
Cancel
Save