Merge branch 'takahe-features' into 'develop'
Update features.ts See merge request soapbox-pub/soapbox!2198
This commit is contained in:
commit
39a921b2d0
|
@ -336,6 +336,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
||||||
v.software === MITRA,
|
v.software === MITRA,
|
||||||
v.software === PIXELFED,
|
v.software === PIXELFED,
|
||||||
v.software === PLEROMA,
|
v.software === PLEROMA,
|
||||||
|
v.software === TAKAHE && gte(v.version, '0.7.0'),
|
||||||
v.software === TRUTHSOCIAL,
|
v.software === TRUTHSOCIAL,
|
||||||
v.software === WILDEBEEST,
|
v.software === WILDEBEEST,
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Reference in New Issue