From 60296ef7519faa663c6b4897a95c4efc8cdc2c66 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 23 May 2024 11:43:09 -0500 Subject: [PATCH] features: enable reactions when "pleroma_emoji_reactions" feature is present --- src/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]), /**