diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 0d9d8e9b7..2e644ef15 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -206,7 +206,10 @@ const getInstanceFeatures = (instance: Instance) => { v.software === PLEROMA && gte(v.version, '0.9.9'), ]), - editStatuses: v.software === MASTODON && gte(v.version, '3.5.0'), + editStatuses: any([ + v.software === MASTODON && gte(v.version, '3.5.0'), + features.includes('editing'), + ]), /** * Soapbox email list.