Merge branch 'ditto-bookmarks' into 'main'
features: enable bookmarks on ditto See merge request soapbox-pub/soapbox!2912
This commit is contained in:
commit
763f7e21a9
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