From 92535a961fde358639a1022cfab5d65f960f8ce0 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 29 Apr 2022 09:16:20 -0500 Subject: [PATCH] features: support accountLookup for TruthSocial --- app/soapbox/utils/features.ts | 1 + 1 file changed, 1 insertion(+) 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, ]), /**