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