forked from AkkomaGang/akkoma
Treat any present value in "no_attachment_links" as true
This commit is contained in:
parent
922abcda61
commit
838c024231
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def make_content_html(
|
||||||
) do
|
) do
|
||||||
status
|
status
|
||||||
|> format_input(mentions, tags, content_type)
|
|> format_input(mentions, tags, content_type)
|
||||||
|> maybe_add_attachments(attachments, no_attachment_links)
|
|> maybe_add_attachments(attachments, !!no_attachment_links)
|
||||||
end
|
end
|
||||||
|
|
||||||
def make_context(%Activity{data: %{"context" => context}}), do: context
|
def make_context(%Activity{data: %{"context" => context}}), do: context
|
||||||
|
|
Loading…
Reference in a new issue