diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index 744f8c6dc..2e0333b91 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -878,7 +878,10 @@ const getFeatures = (instance: Instance) => { v.software === MASTODON, ]), - filtersV2BlurAction: v.software === MASTODON && gte(v.version, '4.4.0'), + filtersV2BlurAction: any([ + v.software === GOTOSOCIAL && gte(v.version, '0.20.0'), + v.software === MASTODON && gte(v.version, '4.4.0'), + ]), /** * Allows setting the focal point of a media attachment.