Record chat history in live games as well
[vchess.git] / client / src / views / Hall.vue
index 5c5dc33..8cbbf20 100644 (file)
@@ -1230,6 +1230,7 @@ export default {
           // Game state (including FEN): will be updated
           moves: [],
           clocks: [-1, -1], //-1 = unstarted
+          chats: [],
           score: "*"
         }
       );