Merge branch 'add-search-from-account' into 'main'
feat: enable searchFromAccount in Ditto See merge request soapbox-pub/soapbox!3189
This commit is contained in:
commit
3231a72230
|
@ -988,6 +988,7 @@ const getInstanceFeatures = (instance: InstanceV1 | InstanceV2) => {
|
|||
v.software === ICESHRIMP,
|
||||
v.software === MASTODON && gte(v.version, '2.8.0'),
|
||||
v.software === PLEROMA && gte(v.version, '1.0.0'),
|
||||
v.software === DITTO,
|
||||
]),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue