mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Inbox, add user domain blocks to Follow handler
This commit is contained in:
parent
a7f96d8194
commit
c89dc45e8d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue