[Pleroma.Web.MastodonApi.MastodonApiController] Add initial_state.meta.max_toot_chars
[akkoma] / lib / jason_types.ex
1 Postgrex.Types.define(
2 Pleroma.PostgresTypes,
3 [] ++ Ecto.Adapters.Postgres.extensions(),
4 json: Jason
5 )