mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 02:28:45 +00:00
Merge branch 'char-limit-mastofe' into 'develop'
Add char_limit to initial-state of mastofe See merge request pleroma/pleroma!86
This commit is contained in:
commit
b9ee17a853
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue