From 16544e7151a16c905ce2e3aa35af1eb8abb4111e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 1 Aug 2022 18:35:03 +0200 Subject: [PATCH] Do not require build === soapbox for account moving MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index e3683def39..550aba2735 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -117,7 +117,7 @@ const getInstanceFeatures = (instance: Instance) => { * Move followers to a different ActivityPub account. * @see POST /api/pleroma/move_account */ - accountMoving: v.software === PLEROMA && v.build === SOAPBOX && gte(v.version, '2.4.50'), + accountMoving: v.software === PLEROMA && gte(v.version, '2.4.50'), /** * Ability to subscribe to notifications every time an account posts.