mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'reactions' into 'main'
Add pleroma_emoji_reactions to instance features See merge request soapbox-pub/ditto!302
This commit is contained in:
commit
f6973e11fa
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue