Enable trending tags for Ditto

This commit is contained in:
Alex Gleason 2023-07-25 16:45:15 -05:00
parent 889184caf5
commit 497ca73ede
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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,
]),
/**