mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 11:59:10 +01:00
obligatory format commit
This commit is contained in:
parent
fa97eddf8a
commit
c7cc80a9ee
2 changed files with 8 additions and 7 deletions
|
@ -1020,7 +1020,8 @@ defmodule Pleroma.User do
|
|||
do: Enum.member?(user.muted_notifications, ap_id)
|
||||
|
||||
def blocks?(%User{} = user, %User{} = target) do
|
||||
blocks_ap_id?(user, target) || (!User.following?(user, target) && blocks_domain?(user, target))
|
||||
blocks_ap_id?(user, target) ||
|
||||
(!User.following?(user, target) && blocks_domain?(user, target))
|
||||
end
|
||||
|
||||
def blocks?(nil, _), do: false
|
||||
|
|
Loading…
Reference in a new issue