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.