@@ -514,6 +514,10 @@ class Inbox
return;
}
+ if(AccountService::blocksDomain($target->id, $actor->domain) == true) {
+ return;
+ }
+
if(
Follower::whereProfileId($actor->id)
->whereFollowingId($target->id)