Formatting
This commit is contained in:
parent
9aabff4883
commit
2ce48c1a42
2 changed files with 14 additions and 6 deletions
|
|
@ -56,7 +56,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
!Enum.member?(
|
||||
activity.data["to"],
|
||||
User.get_by_ap_id(activity.data["actor"]).follower_address
|
||||
), do: Pleroma.Web.Streamer.stream("direct", activity)
|
||||
),
|
||||
do: Pleroma.Web.Streamer.stream("direct", activity)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue