mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -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,
|
min_expiration: 50,
|
||||||
max_expiration: 2629746,
|
max_expiration: 2629746,
|
||||||
},
|
},
|
||||||
|
reactions: {
|
||||||
|
max_reactions: 1,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
contact_account: contact,
|
contact_account: contact,
|
||||||
rules: [],
|
rules: [],
|
||||||
|
|
Loading…
Reference in a new issue