|
@@ -646,6 +646,10 @@ class Inbox
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(AccountService::blocksDomain($target->id, $actor->domain) == true) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
$request = FollowRequest::whereFollowerId($actor->id)
|
|
$request = FollowRequest::whereFollowerId($actor->id)
|
|
->whereFollowingId($target->id)
|
|
->whereFollowingId($target->id)
|
|
->whereIsRejected(false)
|
|
->whereIsRejected(false)
|