From 4da55758957c715e2b03c2ee45553bc7cab0b639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Thu, 8 Jan 2026 16:46:44 +0100 Subject: [PATCH] pl-api: mark user notes as supported on Iceshrimp.NET 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 e28bad364..c706896a4 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -1331,6 +1331,7 @@ const getFeatures = (instance: Instance) => { */ notes: any([ v.software === AKKOMA, + v.software === ICESHRIMP_NET, v.software === MASTODON, v.software === PLEROMA && gte(v.version, '2.5.0'), v.software === GOTOSOCIAL,