From 497ca73edeabdcf1482a6b022776fcd0512dabfa Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 25 Jul 2023 16:45:15 -0500 Subject: [PATCH] Enable trending tags for Ditto --- 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 921715c08..c09f65810 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -960,6 +960,7 @@ const getInstanceFeatures = (instance: Instance) => { v.software === FRIENDICA && gte(v.version, '2022.12.0'), v.software === MASTODON && gte(v.compatVersion, '3.0.0'), v.software === TRUTHSOCIAL, + v.software === DITTO, ]), /**