Fix block_from_stranger setting
This commit is contained in:
parent
2a244b391d
commit
7467b24730
2 changed files with 27 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ defmodule Pleroma.Notification do
|
|||
cond do
|
||||
opts[:type] == "poll" -> false
|
||||
user.ap_id == actor -> false
|
||||
!User.following?(follower, user) -> true
|
||||
!User.following?(user, follower) -> true
|
||||
true -> false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue