diff --git a/kez-chat/web/src/App.svelte b/kez-chat/web/src/App.svelte index 10f35ba..0445c4c 100644 --- a/kez-chat/web/src/App.svelte +++ b/kez-chat/web/src/App.svelte @@ -3,6 +3,7 @@ import { onMount } from "svelte"; import { hasStoredIdentity } from "./lib/identity-store.js"; import { session } from "./lib/store.svelte.js"; + import { inboxService } from "./lib/inbox-service.svelte.js"; import Landing from "./routes/Landing.svelte"; import CreateAccount from "./routes/CreateAccount.svelte"; @@ -46,7 +47,17 @@ {#if session.unlocked}