Fetch messages in the background
This commit is contained in:
parent
52b3114970
commit
5ad5464dd1
2 changed files with 1 additions and 8 deletions
|
@ -36,6 +36,7 @@
|
|||
window.openConversation = function openConversation (modelId) {
|
||||
var conversation = conversations.add({id: modelId});
|
||||
conversation.fetch();
|
||||
conversation.fetchMessages();
|
||||
|
||||
var windowId = windowMap.windowIdFrom(modelId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue