fix(notifications): request OS permission at startup and fix socketService listener leak (#998)

This commit is contained in:
Mega Mind
2026-04-28 18:56:44 -07:00
committed by GitHub
parent dcbcf7cc4e
commit 23a18c9c3f
21 changed files with 893 additions and 39 deletions
+2
View File
@@ -21,6 +21,8 @@ export interface IntegrationNotification {
received_at: string;
/** ISO 8601 timestamp — undefined until triage completes */
scored_at?: string;
/** Optional in-app hash route (e.g. "/chat") set by the core triage pipeline. */
deep_link?: string;
}
export interface NotificationSettings {