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:
Alex Gleason 2024-10-27 15:52:51 +00:00
commit 3231a72230
1 changed files with 1 additions and 0 deletions

View File

@ -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,
]),
/**