mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
conversation update
This commit is contained in:
@@ -246,6 +246,21 @@ func (rpc *rpcChat) SendMsg(_ context.Context, pb *pbChat.SendMsgReq) (*pbChat.S
|
||||
}
|
||||
case constant.MemberQuitNotification:
|
||||
addUidList = append(addUidList, pb.MsgData.SendID)
|
||||
case constant.AtText:
|
||||
//tagMe := utils.IsContain(c.loginUserID, s.AtElem.AtUserList)
|
||||
//tagAll := utils.IsContain(constant.AtAllString, pb.MsgData.AtUserIDList)
|
||||
//if tagAll {
|
||||
// if tagMe {
|
||||
// lc.GroupAtType = constant.AtAllAtMe
|
||||
// return
|
||||
// }
|
||||
// lc.GroupAtType = constant.AtAll
|
||||
// return
|
||||
//}
|
||||
//if tagMe {
|
||||
// lc.GroupAtType = constant.AtMe
|
||||
//}
|
||||
|
||||
default:
|
||||
}
|
||||
groupID := pb.MsgData.GroupID
|
||||
|
||||
Reference in New Issue
Block a user