Fix some storage bugs

This commit is contained in:
Jon Staab
2025-09-30 17:04:52 -07:00
parent a8d1c4bbbc
commit 483fa81b74
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
import NewNotificationSound from "@src/app/components/NewNotificationSound.svelte"
// Migration: delete old indexeddb database
indexedDB?.deleteDatabase('flotilla')
indexedDB?.deleteDatabase("flotilla")
// Migration: old nostrtalk instance used different sessions
if ($session && !$signer) {