fix group notification (#1557)

This commit is contained in:
AndrewZuo01 2023-12-15 17:14:43 +08:00 committed by GitHub
parent 01c3d4725b
commit 2cef0f62b3
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 {