kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Use /lookup for username availability with Pleroma
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>strip-front-mentions
rodzic
3a7da5d8d5
commit
b5b089ac7d
|
@ -70,7 +70,10 @@ export const getFeatures = createSelector([
|
||||||
v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
||||||
features.includes('profile_directory'),
|
features.includes('profile_directory'),
|
||||||
]),
|
]),
|
||||||
accountLookup: v.software === MASTODON && gte(v.version, '3.4.0'),
|
accountLookup: any([
|
||||||
|
v.software === MASTODON && gte(v.compatVersion, '3.4.0'),
|
||||||
|
v.software === PLEROMA && gte(v.version, '2.4.50'),
|
||||||
|
]),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue