From 48eb42687abda7ca752af374bd0599f9feb86e5e Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Thu, 9 Feb 2023 13:16:06 -0500 Subject: [PATCH] Disable chatEmojiReacts --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 7f81ccd8e..fc6bcc7e6 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -251,7 +251,7 @@ const getInstanceFeatures = (instance: Instance) => { /** * Ability to add reactions to chat messages. */ - chatEmojiReactions: v.software === TRUTHSOCIAL, + chatEmojiReactions: false, // v.software === TRUTHSOCIAL, /** * Pleroma chats API.