forked from AkkomaGang/akkoma
MastoAPI: Add max_toot_chars.
This commit is contained in:
parent
6900851581
commit
cf0bbf320d
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ def masto_instance(conn, _params) do
|
|||
user_count: 1,
|
||||
status_count: 2,
|
||||
domain_count: 3
|
||||
}
|
||||
},
|
||||
max_toot_chars: Keyword.get(@instance, :limit)
|
||||
}
|
||||
|
||||
json(conn, response)
|
||||
|
|
Loading…
Reference in a new issue