feat: enable searchFromAccount in Ditto

This commit is contained in:
P. Reis 2024-10-26 19:11:03 -03:00
parent 4a114f4e91
commit c7d3a7a468
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,
]),
/**