Commit 29b6a672 authored by JC Brand's avatar JC Brand

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

parent 40469a97
...@@ -312,6 +312,7 @@ converse.plugins.add('converse-muc', { ...@@ -312,6 +312,7 @@ converse.plugins.add('converse-muc', {
this.join(); this.join();
} else { } else {
this.features.fetch(); this.features.fetch();
this.fetchMessages();
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment