[FIX] enter existing room view
All checks were successful
Pin to IPFS / pin (push) Successful in 12s
All checks were successful
Pin to IPFS / pin (push) Successful in 12s
This commit is contained in:
parent
fc414239f8
commit
7266cdcc0e
1 changed files with 1 additions and 0 deletions
1
app.js
1
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...';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue