From 98c27687cb48e2e7d60096fdfc9d8687d497954a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 11 May 2024 14:30:44 -0500 Subject: [PATCH] features: support explicitAddressing on Ditto --- src/utils/features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/features.ts b/src/utils/features.ts index c6bc677e4..75a3778b1 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -501,6 +501,7 @@ const getInstanceFeatures = (instance: Instance) => { explicitAddressing: any([ v.software === PLEROMA && gte(v.version, '1.0.0'), v.software === TRUTHSOCIAL, + v.software === DITTO, ]), /** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */