mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
fix:fix push filter logic
This commit is contained in:
parent
c2a4047279
commit
d71823ebb6
@ -142,6 +142,10 @@ func (p *Pusher) UnmarshalNotificationElem(bytes []byte, t any) error {
|
|||||||
|
|
||||||
return json.Unmarshal([]byte(notification.Detail), t)
|
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 {
|
func (p *Pusher) k8sOfflinePush2SuperGroup(ctx context.Context, groupID string, msg *sdkws.MsgData, wsResults []*msggateway.SingleMsgToUserResults) error {
|
||||||
|
|
||||||
var needOfflinePushUserIDs []string
|
var needOfflinePushUserIDs []string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user