Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop

This commit is contained in:
lain 2018-03-30 14:48:08 +02:00
commit 480932c8e5
2 changed files with 9 additions and 2 deletions

View file

@ -564,7 +564,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
},
push_subscription: nil,
accounts: accounts,
custom_emojis: mastodon_emoji
custom_emojis: mastodon_emoji,
char_limit: Keyword.get(@instance, :limit)
} |> Jason.encode!
conn
|> put_layout(false)