From 34acc019f76a1a4cc449710bb7e57881df2e3e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 10 Jul 2023 06:51:20 +0000 Subject: [PATCH] Enable familiar followers on Rebased --- app/soapbox/utils/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 83ba42089..417dca281 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -471,6 +471,7 @@ const getInstanceFeatures = (instance: Instance) => { */ familiarFollowers: any([ v.software === MASTODON && gte(v.version, '3.5.0'), + v.software === PLEROMA && gte(v.version, '2.5.52') && v.build === REBASED, v.software === TAKAHE, ]),