mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Mastodon API: report max reactions in instance
This commit is contained in:
parent
051456ee3b
commit
754afe10ac
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ export async function getInstance(
|
|||
min_expiration: 50,
|
||||
max_expiration: 2629746,
|
||||
},
|
||||
reactions: {
|
||||
max_reactions: 1,
|
||||
},
|
||||
},
|
||||
contact_account: contact,
|
||||
rules: [],
|
||||
|
|
Loading…
Reference in a new issue