features: enable bookmarks on ditto

This commit is contained in:
Alex Gleason 2024-01-01 14:09:56 -06:00
parent 6b3b68a131
commit a6cb538662
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -244,6 +244,7 @@ const getInstanceFeatures = (instance: Instance) => {
v.software === PLEROMA && gte(v.version, '0.9.9'),
v.software === PIXELFED,
v.software === TAKAHE && gte(v.version, '0.9.0'),
v.software === DITTO,
]),
/**