Update Inbox, add user domain blocks to Follow handler

pull/4834/head
Daniel Supernault 1 year ago
parent a7f96d8194
commit c89dc45e8d
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

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

Loading…
Cancel
Save