kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
v2 Media API: disable for Pleroma (use v1)
rodzic
c6067dbccb
commit
343a210d96
|
@ -29,7 +29,8 @@ export const getFeatures = createSelector([
|
|||
trends: v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
||||
mediaV2: any([
|
||||
v.software === MASTODON && gte(v.compatVersion, '3.1.3'),
|
||||
v.software === PLEROMA && gte(v.version, '2.1.0'),
|
||||
// Even though Pleroma supports these endpoints, it has disadvantages
|
||||
// v.software === PLEROMA && gte(v.version, '2.1.0'),
|
||||
]),
|
||||
directTimeline: any([
|
||||
v.software === MASTODON && lt(v.compatVersion, '3.0.0'),
|
||||
|
|
Ładowanie…
Reference in New Issue