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.