Explorar el Código

Fix chat rejoined receiving repeated messages

luis hace 7 años
padre
commit
d1e4fdf989
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      browser/vue-flow/src/components/chat.vue

+ 2 - 0
browser/vue-flow/src/components/chat.vue

@@ -104,6 +104,8 @@ export default {
     },
 
     sendChatJoin () {
+      // Clear messages here
+      this.events = []
       this.$flowService.chatJoin(this.handle, this.$route.params.sessId)
     },
     sendChatRename () {