Merge branch 'ditto-to' into 'main'

features: support explicitAddressing on Ditto

See merge request soapbox-pub/soapbox!3017
This commit is contained in:
Alex Gleason 2024-05-11 20:27:37 +00:00
commit 66da56236b
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ const getInstanceFeatures = (instance: Instance) => {
explicitAddressing: any([ explicitAddressing: any([
v.software === PLEROMA && gte(v.version, '1.0.0'), v.software === PLEROMA && gte(v.version, '1.0.0'),
v.software === TRUTHSOCIAL, v.software === TRUTHSOCIAL,
v.software === DITTO,
]), ]),
/** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */ /** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */