Procházet zdrojové kódy

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

JC Brand před 6 roky
rodič
revize
29b6a6724d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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();
                 }
             },