kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-lookup' into 'develop'
Use /lookup for username availability with Pleroma See merge request soapbox-pub/soapbox-fe!935strip-front-mentions
commit
52dabed829
|
@ -70,7 +70,10 @@ 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'),
|
||||
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