summaryrefslogtreecommitdiff
path: root/ui/lib/state/remote
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/state/remote')
-rw-r--r--ui/lib/state/remote/state.svelte.js2
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({