mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 14:54:41 +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)
|
// log.ZError(ctx, "GetRecvMsgNotNotifyUserIDs failed", err, "groupID", groupID)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
// todo => utils.ExceptString(needOfflinePushUserIDs, notNotificationUserIDs)
|
||||||
needOfflinePushUserIDs = utils.IntersectString(utils.DifferenceString(notNotificationUserIDs, needOfflinePushUserIDs), needOfflinePushUserIDs)
|
needOfflinePushUserIDs = utils.IntersectString(utils.DifferenceString(notNotificationUserIDs, needOfflinePushUserIDs), needOfflinePushUserIDs)
|
||||||
}
|
}
|
||||||
// Use offline push messaging
|
// Use offline push messaging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user