Skip to content

Commit 07810dc

Browse files
committed
load notificatiosn in background
1 parent cfa147a commit 07810dc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/routes/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
onMount(async () => {
1616
await initializeTooling();
1717
18-
await checkNotifications();
18+
// Dont wait up on this one (it can load in the background)
19+
checkNotifications();
1920
isAHost = State.isAHost();
2021
2122
devMode = SessionState.devMode;

static/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-15T04:58:29.838Z
1+
2025-10-15T04:58:59.820Z

0 commit comments

Comments
 (0)