Do not require build === soapbox for account moving

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-08-01 18:35:03 +02:00
parent 30ec3dbd9f
commit 16544e7151

View file

@ -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.