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:
parent
9c025b4cea
commit
67609eea91
@ -145,7 +145,7 @@ watch(() => appStore.isAuthenticated, (authenticated) => {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
messageToast.stopPolling()
|
messageToast.stopPolling()
|
||||||
toastMessage.value = { show: false, text: '' }
|
toastMessage.value = { show: false, text: '', fromPubkey: '' }
|
||||||
screensaverStore.clearInactivityTimer()
|
screensaverStore.clearInactivityTimer()
|
||||||
screensaverStore.deactivate()
|
screensaverStore.deactivate()
|
||||||
stopRemoteRelay()
|
stopRemoteRelay()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user