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
@ -59,6 +59,9 @@ export async function getInstance(
|
||||
min_expiration: 50,
|
||||
max_expiration: 2629746,
|
||||
},
|
||||
reactions: {
|
||||
max_reactions: 1,
|
||||
},
|
||||
},
|
||||
contact_account: contact,
|
||||
rules: [],
|
||||
|
Loading…
Reference in New Issue
Block a user