Add pleroma_emoji_reactions to instance features

This commit is contained in:
Alex Gleason 2024-05-23 11:47:01 -05:00
parent b0a53f4789
commit 777686939c
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 1 deletions

View File

@ -36,9 +36,10 @@ const instanceController: AppController = async (c) => {
pleroma: { pleroma: {
metadata: { metadata: {
features: [ features: [
'exposable_reactions',
'mastodon_api', 'mastodon_api',
'mastodon_api_streaming', 'mastodon_api_streaming',
'exposable_reactions', 'pleroma_emoji_reactions',
'quote_posting', 'quote_posting',
'v2_suggestions', 'v2_suggestions',
], ],