Merge branch 'mastoapi-stop-capping-attachments' into 'develop'

Remove a limit on attachments in Mastodon API and document the changes in responses from vanilla Mastodon

See merge request pleroma/pleroma!834
This commit is contained in:
lambda 2019-02-17 17:37:48 +00:00
commit f26582aae9
3 changed files with 19 additions and 2 deletions

View file

@ -166,7 +166,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
sensitive: sensitive,
spoiler_text: object["summary"] || "",
visibility: get_visibility(object),
media_attachments: attachments |> Enum.take(4),
media_attachments: attachments,
mentions: mentions,
tags: build_tags(tags),
application: %{