From 836d0387d126292eb6e2f9005187c7950bde6a95 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 12 Nov 2025 21:24:15 +1030 Subject: [PATCH] Update GroupActivityPubService.php --- app/Services/Groups/GroupActivityPubService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/Groups/GroupActivityPubService.php b/app/Services/Groups/GroupActivityPubService.php index 84ee62900..19991514d 100644 --- a/app/Services/Groups/GroupActivityPubService.php +++ b/app/Services/Groups/GroupActivityPubService.php @@ -152,6 +152,7 @@ class GroupActivityPubService if($validator->fails()) { return $validator->errors(); + //Dead return false; } return $validator->validated();