ソースを参照

Fix chat rejoined receiving repeated messages

luis 7 年 前
コミット
d1e4fdf989
1 ファイル変更2 行追加0 行削除
  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 () {