This commit is contained in:
wangchuxiao
2023-03-09 10:57:55 +08:00
parent 2ccf040fbb
commit 12a0ab8ae8
3 changed files with 3 additions and 2 deletions
-1
View File
@@ -95,7 +95,6 @@ func (p *Pusher) MsgToUser(ctx context.Context, userID string, msg *sdkws.MsgDat
return nil
}
}
if err := callbackOfflinePush(ctx, userIDs, msg, &[]string{}); err != nil {
return err
}