From 22d5f1d9d92349ba18fca418c278acf368039420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 23 Oct 2024 17:47:29 +0200 Subject: [PATCH] pl-api: more firefish updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- 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 703ac38ad..b05840bdc 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -271,6 +271,7 @@ const getFeatures = (instance: Instance) => { */ bots: any([ v.software === GOTOSOCIAL, + v.software === ICESHRIMP, v.software === MASTODON, v.software === PLEROMA, ]), @@ -926,6 +927,7 @@ const getFeatures = (instance: Instance) => { * @see PATCH /api/v1/accounts/update_credentials */ profileFields: any([ + v.software === ICESHRIMP, v.software === MASTODON, v.software === PLEROMA, v.software === TAKAHE && gte(v.version, '0.7.0'),