Features: add Lists
This commit is contained in:
parent
46737a5468
commit
dc295c9d65
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ export const getFeatures = createSelector([
|
||||||
v.software === MASTODON && gte(v.compatVersion, '3.1.0'),
|
v.software === MASTODON && gte(v.compatVersion, '3.1.0'),
|
||||||
v.software === PLEROMA && gte(v.version, '0.9.9'),
|
v.software === PLEROMA && gte(v.version, '0.9.9'),
|
||||||
]),
|
]),
|
||||||
|
lists: any([
|
||||||
|
v.software === MASTODON && gte(v.compatVersion, '2.1.0'),
|
||||||
|
v.software === PLEROMA && gte(v.version, '0.9.9'),
|
||||||
|
]),
|
||||||
suggestions: v.software === MASTODON && gte(v.compatVersion, '2.4.3'),
|
suggestions: v.software === MASTODON && gte(v.compatVersion, '2.4.3'),
|
||||||
suggestionsV2: v.software === MASTODON && gte(v.compatVersion, '3.4.0'),
|
suggestionsV2: v.software === MASTODON && gte(v.compatVersion, '3.4.0'),
|
||||||
trends: v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
trends: v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
||||||
|
|
Loading…
Reference in a new issue