diff --git a/src/utils/features.ts b/src/utils/features.ts index 68b264428..d294f7d1f 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -465,7 +465,7 @@ const getInstanceFeatures = (instance: Instance) => { */ emojiReacts: any([ v.software === PLEROMA && gte(v.version, '2.0.0'), - v.software === DITTO, + features.includes('pleroma_emoji_reactions'), ]), /**