fix(toast): add fromPubkey to App.vue toast reset (type fix for #33)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
archipelago 2026-06-16 09:53:21 -04:00
parent 9c025b4cea
commit 67609eea91

View File

@ -145,7 +145,7 @@ watch(() => appStore.isAuthenticated, (authenticated) => {
}
} else {
messageToast.stopPolling()
toastMessage.value = { show: false, text: '' }
toastMessage.value = { show: false, text: '', fromPubkey: '' }
screensaverStore.clearInactivityTimer()
screensaverStore.deactivate()
stopRemoteRelay()