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)