DismissGroup

This commit is contained in:
withchao 2023-05-19 20:06:34 +08:00
parent 22a93d814c
commit b87fd91dd7

View File

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