From 322a65adfeb073d49aa5d1d9a4fc4fe576972ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 28 Nov 2025 09:05:39 +0100 Subject: [PATCH] pl-api: iceshrimp ux fix 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 305c223f9..13e05d03e 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -1175,6 +1175,7 @@ const getFeatures = (instance: Instance) => { */ logInWithUsername: any([ v.software === AKKOMA, + v.software === ICESHRIMP_NET, v.software === MITRA, v.software === PLEROMA, v.software === TOKI,