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

This commit is contained in:
JC Brand 2019-06-20 16:36:26 +02:00
parent 40469a9787
commit 29b6a6724d

View File

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