Treat any present value in "no_attachment_links" as true

This commit is contained in:
Maxim Filippov 2018-12-27 02:39:41 +03:00
parent 922abcda61
commit 838c024231
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do
) do
status
|> format_input(mentions, tags, content_type)
|> maybe_add_attachments(attachments, no_attachment_links)
|> maybe_add_attachments(attachments, !!no_attachment_links)
end
def make_context(%Activity{data: %{"context" => context}}), do: context