mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
fix(notifications): request OS permission at startup and fix socketService listener leak (#998)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user