fix:fix push filter logic

This commit is contained in:
xuexihuang 2023-12-25 12:30:18 +08:00
parent c2a4047279
commit d71823ebb6

View File

@ -142,6 +142,10 @@ func (p *Pusher) UnmarshalNotificationElem(bytes []byte, t any) error {
return json.Unmarshal([]byte(notification.Detail), t)
}
/*
k8s deployment,offline push group messages function
*/
func (p *Pusher) k8sOfflinePush2SuperGroup(ctx context.Context, groupID string, msg *sdkws.MsgData, wsResults []*msggateway.SingleMsgToUserResults) error {
var needOfflinePushUserIDs []string