mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-15 01:37:06 +08:00
Merge branch 'v2.3.0release' of github.com:OpenIMSDK/Open-IM-Server into v2.3.0release
# Conflicts: # internal/rpc/user/user.go
This commit is contained in:
parent
442c838bda
commit
1393e40eb9
@ -257,6 +257,8 @@ func MsgToSuperGroupUser(pushMsg *pbPush.PushMsgReq) {
|
||||
log.NewDebug(pushMsg.OperationID, utils.GetSelfFuncName(), notNotificationUserIDList)
|
||||
}
|
||||
needOfflinePushUserIDList = utils.RemoveFromSlice(needOfflinePushUserIDList, notNotificationUserIDList)
|
||||
log.NewDebug(pushMsg.OperationID, utils.GetSelfFuncName(), needOfflinePushUserIDList)
|
||||
|
||||
}
|
||||
if offlinePusher == nil {
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user