Enable trending tags for Ditto
This commit is contained in:
parent
889184caf5
commit
497ca73ede
1 changed files with 1 additions and 0 deletions
|
@ -960,6 +960,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
v.software === FRIENDICA && gte(v.version, '2022.12.0'),
|
||||
v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
|
||||
v.software === TRUTHSOCIAL,
|
||||
v.software === DITTO,
|
||||
]),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue