Report max reactions in Mastodon instance API
This commit is contained in:
parent
17733e4d1c
commit
2bcb5dcd73
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,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