fix group notification

This commit is contained in:
AndrewZuo01 2023-12-12 18:30:34 +08:00
parent bb4463349e
commit 8e94bfc936

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 {