DismissGroup

test-errcode
withchao 2 years ago
parent 22a93d814c
commit b87fd91dd7

@ -158,6 +158,7 @@ func (p *Pusher) Push2SuperGroup(ctx context.Context, groupID string, msg *sdkws
return err return err
} }
if err := p.DismissGroup(ctx, groupID); err != nil { if err := p.DismissGroup(ctx, groupID); err != nil {
log.ZError(ctx, "DismissGroup Notification clear members", err, "groupID", groupID)
return err return err
} }
} }

Loading…
Cancel
Save