From 3f96021cdfaea371728116cc6d0ebc82b0577aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sun, 1 Jun 2025 20:57:28 +0200 Subject: [PATCH] pl-api: update feature definitions 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 2c5602b7e..a350e2136 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -195,6 +195,7 @@ const getFeatures = (instance: Instance) => { */ accountByUsername: any([ v.software === AKKOMA, + v.software === ICESHRIMP_NET, v.software === MITRA, v.software === PLEROMA, ]),