From a6cb538662d51c186d616e28655c945e1df6dee1 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 1 Jan 2024 14:09:56 -0600 Subject: [PATCH] features: enable bookmarks on ditto --- src/utils/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/features.ts b/src/utils/features.ts index d2aa11b2b..c004c6a4c 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -244,6 +244,7 @@ const getInstanceFeatures = (instance: Instance) => { v.software === PLEROMA && gte(v.version, '0.9.9'), v.software === PIXELFED, v.software === TAKAHE && gte(v.version, '0.9.0'), + v.software === DITTO, ]), /**