diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 8407b673d9..e221678f56 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -420,7 +420,10 @@ const getInstanceFeatures = (instance: Instance) => { * Ability to post statuses in Markdown, BBCode, and HTML. * @see POST /api/v1/statuses */ - richText: v.software === PLEROMA, + richText: any([ + v.software === MASTODON && v.build === 'glitch', + v.software === PLEROMA, + ]), /** * Can schedule statuses to be posted at a later time.