diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 83ba42089b..417dca2819 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -471,6 +471,7 @@ const getInstanceFeatures = (instance: Instance) => { */ familiarFollowers: any([ v.software === MASTODON && gte(v.version, '3.5.0'), + v.software === PLEROMA && gte(v.version, '2.5.52') && v.build === REBASED, v.software === TAKAHE, ]),