Enable trending statuses on Ditto

This commit is contained in:
Alex Gleason 2024-05-21 19:53:27 -05:00
parent cfe3445fcc
commit e8bbe5fa58
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@ const getInstanceFeatures = (instance: Instance) => {
v.software === ICESHRIMP,
v.software === FRIENDICA && gte(v.version, '2022.12.0'),
v.software === MASTODON && gte(v.compatVersion, '3.5.0'),
v.software === DITTO,
]),
/**