troubleshooting

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

View File

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