diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 21:00:40 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2018-12-30 21:00:40 +0100 |
commit | dec23500d8988c22a99f049ef1d1e49328ba075a (patch) | |
tree | a6e16c5fa60b02058b1ebd985f20ac8f0f4ffa5b /lib/pleroma/web/common_api/common_api.ex | |
parent | ab3089d6a718d4a70b0d702307d41e64e17bc505 (diff) | |
parent | dfde2622d0c14195392e306fadc7c729c68da273 (diff) | |
download | pleroma-dec23500d8988c22a99f049ef1d1e49328ba075a.tar.gz |
Resolve merge conflict
Diffstat (limited to 'lib/pleroma/web/common_api/common_api.ex')
-rw-r--r-- | lib/pleroma/web/common_api/common_api.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/common_api.ex b/lib/pleroma/web/common_api/common_api.ex index 5e5821561..085a95172 100644 --- a/lib/pleroma/web/common_api/common_api.ex +++ b/lib/pleroma/web/common_api/common_api.ex @@ -102,7 +102,7 @@ defmodule Pleroma.Web.CommonAPI do attachments, tags, get_content_type(data["content_type"]), - data["no_attachment_links"] + Enum.member?([true, "true"], data["no_attachment_links"]) ), context <- make_context(inReplyTo), cw <- data["spoiler_text"], |