[FIX] enter existing room view
All checks were successful
Pin to IPFS / pin (push) Successful in 12s

This commit is contained in:
Niels Göttsch 2026-06-14 19:15:56 +02:00
parent fc414239f8
commit 7266cdcc0e
No known key found for this signature in database
GPG key ID: E325AC85B57E4370

1
app.js
View file

@ -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...';