fix group notification (#1557)

pull/1573/head
AndrewZuo01 11 months ago committed by GitHub
parent 01c3d4725b
commit 2cef0f62b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save