diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-09-07 22:14:24 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-09-07 22:14:24 -0400 |
| commit | a82b5271fee07ea1b023596eb94ac035a4983cd8 (patch) | |
| tree | 1d12bea1ca40b06f52d6983ff67ae6b399b884de /ui/lib/state/remote/state.svelte.js | |
| parent | ce00aa3965befe4b11a2115b704f96fd3559b19c (diff) | |
Line up notifications UI
Diffstat (limited to 'ui/lib/state/remote/state.svelte.js')
| -rw-r--r-- | ui/lib/state/remote/state.svelte.js | 2 |
1 files changed, 2 insertions, 0 deletions
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({ |
