Skip to content
Snippets Groups Projects
Commit f88dec8b authored by rinpatch's avatar rinpatch
Browse files

What idiot did that? (me)

parent 6c21f5aa
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.KeywordPolicy do
string_matches?(content, pattern)
end) do
to = List.delete(to, "https://www.w3.org/ns/activitystreams#Public")
cc = ["https://www.w3.org/ns/activitystreams#Public" | [message["cc"] || []]]
cc = ["https://www.w3.org/ns/activitystreams#Public" | message["cc"] || []]
message =
message
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment