浏览代码

Need to explicitly fetch messages now when restoring a MUC from cache

JC Brand 6 年之前
父节点
当前提交
29b6a6724d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/headless/converse-muc.js

+ 1 - 0
src/headless/converse-muc.js

@@ -312,6 +312,7 @@ converse.plugins.add('converse-muc', {
                     this.join();
                 } else {
                     this.features.fetch();
+                    this.fetchMessages();
                 }
             },