mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[mastodon-client] Return text/x.misskeymarkdown as supported_mime_types in /v1/instance
This commit is contained in:
parent
97176e00f9
commit
4a6d010724
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export class MiscHelpers {
|
||||||
max_featured_tags: 20,
|
max_featured_tags: 20,
|
||||||
},
|
},
|
||||||
statuses: {
|
statuses: {
|
||||||
|
supported_mime_types: ['text/x.misskeymarkdown'],
|
||||||
max_characters: MAX_NOTE_TEXT_LENGTH,
|
max_characters: MAX_NOTE_TEXT_LENGTH,
|
||||||
max_media_attachments: 16,
|
max_media_attachments: 16,
|
||||||
characters_reserved_per_url: 23,
|
characters_reserved_per_url: 23,
|
||||||
|
|
Loading…
Reference in a new issue