Merge branch 'openimsdk:main' into main

This commit is contained in:
Brabem 2023-12-16 18:53:30 +08:00 committed by GitHub
commit 8b0c2a5fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,6 @@ func (s *groupServer) CreateGroup(ctx context.Context, req *pbgroup.CreateGroupR
break
}
}
s.Notification.GroupCreatedNotification(ctx, tips)
if req.GroupInfo.GroupType == constant.SuperGroup {
go func() {
for _, userID := range userIDs {