From 401da2ce6d79dd4069786213869cb368e908ff35 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 23 Mar 2025 12:17:50 -0500 Subject: [PATCH] Use notification `types` 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 c9c8bb6a2..622de8964 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -819,6 +819,7 @@ const getInstanceFeatures = (instance: InstanceV1 | InstanceV2) => { * @see GET /api/v1/notifications */ notificationsIncludeTypes: any([ + v.software === DITTO, v.software === ICESHRIMP, v.software === MASTODON && gte(v.compatVersion, parse('3.5.0')), v.software === PLEROMA && gte(v.version, parse('2.4.50')),