From c047e0169a5a0f4ca3ffc3a52e188acc33645738 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 21 Jan 2023 12:57:41 +0200 Subject: [PATCH] troubleshooting --- files/assets/js/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/files/assets/js/chat.js b/files/assets/js/chat.js index aaace50a0..53cbb8ac0 100644 --- a/files/assets/js/chat.js +++ b/files/assets/js/chat.js @@ -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)