Browse Source

Fix chat rejoined receiving repeated messages

luis 7 năm trước cách đây
mục cha
commit
d1e4fdf989
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 () {