Need to explicitly fetch messages now when restoring a MUC from cache
This commit is contained in:
parent
40469a9787
commit
29b6a6724d
@ -312,6 +312,7 @@ converse.plugins.add('converse-muc', {
|
||||
this.join();
|
||||
} else {
|
||||
this.features.fetch();
|
||||
this.fetchMessages();
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user