From f18fcf58900bc7e9091206610c784a235eec93f7 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 28 Jun 2024 16:20:09 -1000 Subject: [PATCH] fix(client): :label: Use Notification type from Mastodon API, not the DOM Notification type --- client/lysand/lysand.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/lysand/lysand.ts b/client/lysand/lysand.ts index bc90ac9..0a8ae64 100644 --- a/client/lysand/lysand.ts +++ b/client/lysand/lysand.ts @@ -17,6 +17,7 @@ import type { List, LysandRole, Marker, + Notification, Poll, Preferences, Relationship,