What idiot did that? (me)
This commit is contained in:
parent
6c21f5aa16
commit
f88dec8b33
|
@ -28,7 +28,7 @@ defp check_ftl_removal(%{"to" => to, "object" => %{"content" => content}} = mess
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue