Account notes

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-02-26 15:57:09 +01:00
parent ec5e498068
commit ccff91b072
14 changed files with 367 additions and 59 deletions

View File

@@ -89,6 +89,10 @@ 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'),
notes: any([
v.software === MASTODON && gte(v.compatVersion, '3.2.0'),
v.software === PLEROMA && gte(v.version, '2.4.50'),
]),
};
});