diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 9a892db91..2a65bffa3 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -95,6 +95,7 @@ const getInstanceFeatures = (instance: Instance) => { accountLookup: any([ v.software === MASTODON && gte(v.compatVersion, '3.4.0'), v.software === PLEROMA && gte(v.version, '2.4.50'), + v.software === TRUTHSOCIAL, ]), /**