From a82b5271fee07ea1b023596eb94ac035a4983cd8 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 7 Sep 2025 22:14:24 -0400 Subject: Line up notifications UI --- ui/lib/state/remote/state.svelte.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/lib/state/remote/state.svelte.js') diff --git a/ui/lib/state/remote/state.svelte.js b/ui/lib/state/remote/state.svelte.js index 3d65e4a..20fdb91 100644 --- a/ui/lib/state/remote/state.svelte.js +++ b/ui/lib/state/remote/state.svelte.js @@ -7,6 +7,8 @@ export class State { users = $state(new Users()); conversations = $state(new Conversations()); messages = $state(new Messages()); + vapidKey = $state(null); + //TODO: on key added, change this and roll push subs static boot({ currentUser, heartbeat, resumePoint, events }) { const state = new State({ -- cgit v1.2.3