From e5519f649a98dc8c0e45a2bd7dc4b430b9c35fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicole=20Miko=C5=82ajczyk?= Date: Fri, 4 Apr 2025 22:23:23 +0200 Subject: [PATCH] pl-api: update feature definition for mitra 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index f380bc7f8..3a0a8197d 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -366,6 +366,8 @@ const getFeatures = (instance: Instance) => { v.software === ICESHRIMP, v.software === ICESHRIMP_NET, v.software === MASTODON, + v.software === MITRA && gte(v.version, '3.22.0'), + v.software === PIXELFED, v.software === PLEROMA, v.software === SNAC, ]),