Account moving API is not part of Pleroma yet

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-05-09 22:49:51 +02:00
parent d520f4d837
commit 19ff2a2e05
2 changed files with 11 additions and 3 deletions

View File

@ -111,7 +111,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Move followers to a different ActivityPub account.
* @see POST /api/pleroma/move_account
*/
accountMoving: v.software === PLEROMA && gte(v.version, '2.4.50'),
accountMoving: v.software === PLEROMA && v.build === SOAPBOX && gte(v.version, '2.4.50'),
/**
* Ability to subscribe to notifications every time an account posts.