From 2636316eb7a823232c3717a3bc54c7db7486ac9f Mon Sep 17 00:00:00 2001 From: a3d21 Date: Thu, 26 Oct 2023 15:48:09 +0800 Subject: [PATCH] add todo --- internal/push/push_to_client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/push/push_to_client.go b/internal/push/push_to_client.go index 97a049ffe..8387aeac8 100644 --- a/internal/push/push_to_client.go +++ b/internal/push/push_to_client.go @@ -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