X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FHall.vue;h=8cbbf200fdf0158849f5719a72564b0271427185;hb=1a0215292a1eda58217f90d59fd7cdce1dd4c07c;hp=5c5dc33ef0d3a0ac1d6019ed8547ef486edabe55;hpb=79e05a1ac8a396aa3655b195998ef1f07cdba68e;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index 5c5dc33e..8cbbf200 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -1230,6 +1230,7 @@ export default { // Game state (including FEN): will be updated moves: [], clocks: [-1, -1], //-1 = unstarted + chats: [], score: "*" } );