[mastodon-client] Add default reaction to /v1/instance

This commit is contained in:
CookiLover311 2024-03-01 14:25:41 +01:00
parent 3824767cc9
commit ccec3e7e63

View file

@ -87,6 +87,7 @@ export class MiscHelpers {
}, },
reactions: { reactions: {
max_reactions: 1, max_reactions: 1,
default_reaction: meta.defaultReaction,
}, },
}, },
contact_account: contact, contact_account: contact,