mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[mastodon-client] Add max_toot_chars to /v1/instance
This commit is contained in:
parent
ef98c86958
commit
5e61be286c
@ -55,6 +55,7 @@ export class MiscHelpers {
|
|||||||
status_count: noteCount,
|
status_count: noteCount,
|
||||||
domain_count: instanceCount,
|
domain_count: instanceCount,
|
||||||
}),
|
}),
|
||||||
|
max_toot_chars: MAX_NOTE_TEXT_LENGTH,
|
||||||
thumbnail: meta.bannerUrl || "/static-assets/transparent.png",
|
thumbnail: meta.bannerUrl || "/static-assets/transparent.png",
|
||||||
languages: meta.langs,
|
languages: meta.langs,
|
||||||
registrations: !meta.disableRegistration,
|
registrations: !meta.disableRegistration,
|
||||||
|
Loading…
Reference in New Issue
Block a user