From 1c59225233e2e223db295cf7c1493806a3878683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Mon, 11 Aug 2025 11:39:29 +0200 Subject: [PATCH] pl-api: add feature definition for public timeline on sharkey MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-api/lib/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index d2d185e7c..744f8c6dc 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -1528,6 +1528,7 @@ const getFeatures = (instance: Instance) => { v.software === MITRA, v.software === NEODB, v.software === PLEROMA, + v.software === SHARKEY, v.software === SNAC, v.software === TAKAHE, v.software === TOKI,