mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[mastodon-client] Add max_toot_chars to /v1/instance
This commit is contained in:
parent
ef98c86958
commit
5e61be286c
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export class MiscHelpers {
|
|||
status_count: noteCount,
|
||||
domain_count: instanceCount,
|
||||
}),
|
||||
max_toot_chars: MAX_NOTE_TEXT_LENGTH,
|
||||
thumbnail: meta.bannerUrl || "/static-assets/transparent.png",
|
||||
languages: meta.langs,
|
||||
registrations: !meta.disableRegistration,
|
||||
|
|
Loading…
Reference in a new issue