mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 13:37:13 +08:00
add todo
This commit is contained in:
parent
ce1ad1f18a
commit
2636316eb7
@ -222,6 +222,7 @@ func (p *Pusher) Push2SuperGroup(ctx context.Context, groupID string, msg *sdkws
|
||||
// log.ZError(ctx, "GetRecvMsgNotNotifyUserIDs failed", err, "groupID", groupID)
|
||||
return err
|
||||
}
|
||||
// todo => utils.ExceptString(needOfflinePushUserIDs, notNotificationUserIDs)
|
||||
needOfflinePushUserIDs = utils.IntersectString(utils.DifferenceString(notNotificationUserIDs, needOfflinePushUserIDs), needOfflinePushUserIDs)
|
||||
}
|
||||
// Use offline push messaging
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user