Merge branch 'mastodon-api-max-reactions' into 'develop'
Report max reactions in Mastodon instance API See merge request firefish/firefish!10537
This commit is contained in:
commit
f71dbc0468
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