Explorar o código

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

JC Brand %!s(int64=6) %!d(string=hai) anos
pai
achega
29b6a6724d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
                 }
             },