From 7266cdcc0eba2d7b871a0017a1d722dfdf2d1f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20G=C3=B6ttsch?= Date: Sun, 14 Jun 2026 19:15:56 +0200 Subject: [PATCH] [FIX] enter existing room view --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index 7b1214f..c4143a9 100644 --- a/app.js +++ b/app.js @@ -350,6 +350,7 @@ mesh.names.set(mesh.myPeerId, name || mesh.myPeerId.slice(0, 8)); mesh.onchat = (peerId, text) => addChatMessage(mesh.getPeerName(peerId), text); mesh.onlog = addPairingLog; + show('join'); $('join-answer-section').hidden = true; $('join-scan-status').textContent = 'QR-Code scannen...';