Remote interactions modal

This commit is contained in:
marcin mikołajczak
2022-01-02 20:43:53 +00:00
parent 18e9da0a1d
commit 9c6f805499
11 changed files with 312 additions and 40 deletions

View File

@@ -74,6 +74,7 @@ export const getFeatures = createSelector([
v.software === MASTODON && gte(v.compatVersion, '3.4.0'),
v.software === PLEROMA && gte(v.version, '2.4.50'),
]),
remoteInteractionsAPI: v.software === PLEROMA && gte(v.version, '2.4.50'),
};
});