move unauth'd user blocks?/2 check
This commit is contained in:
parent
c400565427
commit
54a161cb7a
2 changed files with 6 additions and 14 deletions
|
|
@ -882,6 +882,8 @@ defmodule Pleroma.User do
|
|||
Pleroma.Web.ActivityPub.MRF.subdomain_match?(domain_blocks, host)
|
||||
end
|
||||
|
||||
def blocks?(nil, _), do: false
|
||||
|
||||
def subscribed_to?(user, %{ap_id: ap_id}) do
|
||||
with %User{} = target <- get_cached_by_ap_id(ap_id) do
|
||||
Enum.member?(target.info.subscribers, user.ap_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue