troubleshooting

pull/90/head
Aevann 2023-01-21 12:57:41 +02:00
parent 61e49bfe3c
commit c047e0169a
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ socket.on('speak', function(json) {
socket.on('catchup', function(json) {
for (const message of json) {
console.log(json['id'])
const existing = document.getElementById(json['id'])
if (existing) break
console.log(existing)