Merge branch 'features-move' into 'develop'
Do not require build === soapbox for account moving See merge request soapbox-pub/soapbox-fe!1695
This commit is contained in:
commit
12cacf34e8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue