From 457e0404737e02a49c68c1875ff3171e4c43dde0 Mon Sep 17 00:00:00 2001 From: Morgan Bazalgette Date: Fri, 30 Mar 2018 00:59:49 +0200 Subject: [PATCH] Add char_limit to initial-state of mastofe --- lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex index 70a7fa863..9428acd7e 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex @@ -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)