From b67887b63e6815f4a642c8a4b39d6fba13f517e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 31 Aug 2024 15:26:34 +0200 Subject: [PATCH] Support following hashtags in pl 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index fbe4c95aa..db4df277e 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -517,6 +517,7 @@ const getFeatures = (instance?: Instance) => { v.software === GOTOSOCIAL && gte(v.version, '0.16.1'), v.software === MASTODON && gte(v.compatVersion, '4.0.0'), v.software === PLEROMA && v.build === AKKOMA, + v.software === PLEROMA && v.build === PL, v.software === TAKAHE && gte(v.version, '0.9.0'), ]),