Use new API for account aliases

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-02-14 21:00:41 +01:00
parent 6ceecc08b2
commit 23aa11dfe3
5 changed files with 147 additions and 59 deletions

View File

@ -88,6 +88,7 @@ export const getFeatures = createSelector([instance => instance], instance => {
]),
birthdays: v.software === PLEROMA && gte(v.version, '2.4.50'),
ethereumLogin: v.software === MITRA,
accountMoving: v.software === PLEROMA && gte(v.version, '2.4.50'),
};
});