From fcd3c25d6eef5d4c6953b45ae298c4551402432d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Wed, 13 Aug 2025 14:58:34 +0200 Subject: [PATCH] pl-api: add blur filter action feature definition for GoToSocial --- packages/pl-api/lib/features.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/pl-api/lib/features.ts b/packages/pl-api/lib/features.ts index 744f8c6dc..2e0333b91 100644 --- a/packages/pl-api/lib/features.ts +++ b/packages/pl-api/lib/features.ts @@ -878,7 +878,10 @@ const getFeatures = (instance: Instance) => { v.software === MASTODON, ]), - filtersV2BlurAction: v.software === MASTODON && gte(v.version, '4.4.0'), + filtersV2BlurAction: any([ + v.software === GOTOSOCIAL && gte(v.version, '0.20.0'), + v.software === MASTODON && gte(v.version, '4.4.0'), + ]), /** * Allows setting the focal point of a media attachment.