mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Add pleroma_emoji_reactions to instance features
This commit is contained in:
parent
b0a53f4789
commit
777686939c
1 changed files with 2 additions and 1 deletions
|
|
@ -36,9 +36,10 @@ const instanceController: AppController = async (c) => {
|
|||
pleroma: {
|
||||
metadata: {
|
||||
features: [
|
||||
'exposable_reactions',
|
||||
'mastodon_api',
|
||||
'mastodon_api_streaming',
|
||||
'exposable_reactions',
|
||||
'pleroma_emoji_reactions',
|
||||
'quote_posting',
|
||||
'v2_suggestions',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue