Merge develop
This commit is contained in:
commit
0f0cc2703b
243 changed files with 2194 additions and 750 deletions
|
|
@ -220,7 +220,7 @@ defmodule Pleroma.Notification do
|
|||
|
||||
def skip?(:follows, activity, %{info: %{notification_settings: %{"follows" => false}}} = user) do
|
||||
actor = activity.data["actor"]
|
||||
followed = User.get_by_ap_id(actor)
|
||||
followed = User.get_cached_by_ap_id(actor)
|
||||
User.following?(user, followed)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue