features: enable bookmarks on ditto
This commit is contained in:
parent
6b3b68a131
commit
a6cb538662
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
]),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue