Fix async bug and add sound component for notification sound

This commit is contained in:
Matthew Remmel
2025-09-24 13:32:55 -04:00
committed by hodlbod
parent d1e5aee84e
commit e48d1e0e59
4 changed files with 39 additions and 6 deletions
+2
View File
@@ -110,6 +110,7 @@
import * as notifications from "@app/util/notifications"
import * as appState from "@app/core/state"
import {badgeCount, handleBadgeCountChanges} from "@app/util/notifications"
import NewNotificationSound from "@src/app/components/NewNotificationSound.svelte"
// Migration: old nostrtalk instance used different sessions
if ($session && !$signer) {
@@ -508,5 +509,6 @@
</AppContainer>
<ModalContainer />
<div class="tippy-target"></div>
<NewNotificationSound />
</div>
{/await}