Log join errors

This commit is contained in:
mplorentz
2026-03-06 15:50:09 -05:00
committed by hodlbod
parent b1e52c29b4
commit 89d11dccd3
+1
View File
@@ -47,6 +47,7 @@
try {
await joinVoiceRoom(url, h, joinAbortController.signal)
} catch (e) {
console.error("Failed to join voice room", e)
pushToast({theme: "error", message: "Failed to join voice room"})
} finally {
isJoining = false