fix: group status in GroupDismissedNotification (#3286)

pull/3288/head
icey-yu 5 months ago committed by GitHub
parent 52bd5e8be9
commit 8e824c7e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1370,6 +1370,7 @@ func (g *groupServer) DismissGroup(ctx context.Context, req *pbgroup.DismissGrou
if err != nil {
return nil, err
}
group.Status = constant.GroupStatusDismissed
tips := &sdkws.GroupDismissedTips{
Group: g.groupDB2PB(group, owner.UserID, num),
OpUser: &sdkws.GroupMemberFullInfo{},

Loading…
Cancel
Save