mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-10 21:19:52 +08:00
batch push
This commit is contained in:
parent
da0e73fe11
commit
0e77caa329
@ -206,6 +206,7 @@ func (r *RPCServer) OnlineBatchPushOneMsg(_ context.Context, req *pbRelay.Online
|
|||||||
platformList = append(platformList, k)
|
platformList = append(platformList, k)
|
||||||
}
|
}
|
||||||
needPushMapList := r.GetSingleUserMsgForPushPlatforms(req.OperationID, req.MsgData, v, platformList)
|
needPushMapList := r.GetSingleUserMsgForPushPlatforms(req.OperationID, req.MsgData, v, platformList)
|
||||||
|
log.Debug(req.OperationID, "GetSingleUserMsgForPushPlatforms ", req.MsgData.Seq, v, platformList, len(needPushMapList))
|
||||||
for platform, list := range needPushMapList {
|
for platform, list := range needPushMapList {
|
||||||
if list != nil {
|
if list != nil {
|
||||||
for _, v := range list {
|
for _, v := range list {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user