features: support explicitAddressing on Ditto

environments/review-ditto-to-fzvht1/deployments/4599
Alex Gleason 2024-05-11 14:30:44 -05:00
rodzic 1f665defb6
commit 98c27687cb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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. */