1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-28 13:55:06 +01:00

Merge branch 'fix/mastoapi-attachment-count' into 'develop'

MastoAPI: no more than 4 attachments.

See merge request pleroma/pleroma!28
This commit is contained in:
eal 2017-11-20 20:55:27 +00:00
commit 9b35a4e850

View File

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