Do not require build === soapbox for account moving
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
30ec3dbd9f
commit
16544e7151
|
@ -117,7 +117,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
* Move followers to a different ActivityPub account.
|
* Move followers to a different ActivityPub account.
|
||||||
* @see POST /api/pleroma/move_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.
|
* Ability to subscribe to notifications every time an account posts.
|
||||||
|
|
Loading…
Reference in New Issue