Check username availability

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-12-28 19:11:21 +01:00
parent 2c89008403
commit 3a7da5d8d5
3 changed files with 68 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ export const getFeatures = createSelector([
v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
features.includes('profile_directory'),
]),
accountLookup: v.software === MASTODON && gte(v.version, '3.4.0'),
};
});