Updates + fixes
[vchess.git] / client / src / views / Game.vue
index 0735b76..ffb7564 100644 (file)
@@ -1009,6 +1009,7 @@ console.log(data.data);
           // Game state (including FEN): will be updated
           moves: [],
           clocks: [-1, -1], //-1 = unstarted
+          chats: [],
           score: "*"
         }
       );