Merge pull request #3335 from openimsdk/cherry-pick-8e824c7

fix: group status in GroupDismissedNotification [Created by @icey-yu from #3286]
This commit is contained in:
chao 2025-05-14 16:32:00 +08:00 committed by GitHub
commit c370c5fb23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1369,6 +1369,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{},