From c7d3a7a468d8c6300becd86741a6e909a0329bd1 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Sat, 26 Oct 2024 19:11:03 -0300 Subject: [PATCH] feat: enable searchFromAccount in Ditto --- src/utils/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/features.ts b/src/utils/features.ts index d30905225..8a9b2b8dd 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -988,6 +988,7 @@ const getInstanceFeatures = (instance: InstanceV1 | InstanceV2) => { v.software === ICESHRIMP, v.software === MASTODON && gte(v.version, '2.8.0'), v.software === PLEROMA && gte(v.version, '1.0.0'), + v.software === DITTO, ]), /**