mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add more metadata to instance endpoint
This commit is contained in:
parent
38a6f9a809
commit
f490cfce78
4 changed files with 65 additions and 11 deletions
|
|
@ -22,6 +22,7 @@ export interface APIInstance {
|
|||
max_characters: number;
|
||||
max_media_attachments: number;
|
||||
characters_reserved_per_url: number;
|
||||
supported_mime_types: string[];
|
||||
};
|
||||
media_attachments: {
|
||||
supported_mime_types: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue