feat: group notification show to conversation

This commit is contained in:
Gordon
2023-07-04 18:25:38 +08:00
parent 387ac6e930
commit 3dba5495a6
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -846,7 +846,7 @@ func (s *groupServer) SetGroupInfo(ctx context.Context, req *pbGroup.SetGroupInf
if err != nil {
return nil, err
}
data := UpdateGroupInfoMap(req.GroupInfoForSet)
data := UpdateGroupInfoMap(ctx, req.GroupInfoForSet)
if len(data) == 0 {
return resp, nil
}