forked from AkkomaGang/akkoma
What idiot did that? (me)
This commit is contained in:
parent
6c21f5aa16
commit
f88dec8b33
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ defp check_ftl_removal(%{"to" => to, "object" => %{"content" => content}} = mess
|
||||||
string_matches?(content, pattern)
|
string_matches?(content, pattern)
|
||||||
end) do
|
end) do
|
||||||
to = List.delete(to, "https://www.w3.org/ns/activitystreams#Public")
|
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 =
|
||||||
message
|
message
|
||||||
|
|
Loading…
Reference in a new issue