diff --git a/app/Services/Groups/GroupActivityPubService.php b/app/Services/Groups/GroupActivityPubService.php index 12403d4bc..4c48b22c4 100644 --- a/app/Services/Groups/GroupActivityPubService.php +++ b/app/Services/Groups/GroupActivityPubService.php @@ -122,7 +122,6 @@ class GroupActivityPubService ]); if($validator->fails()) { - //return $validator->errors(); return false; }