fix method

pull/512/head
Ryan Tharp 6 years ago
parent 3150a6ce11
commit db8ac66118

@ -292,9 +292,7 @@
$target.toggleClass('section-toggle-visible');
},
async openConversation(id, messageId) {
const conversationExists = await ConversationController.getConversation(
id
);
const conversationExists = await ConversationController.get(id);
const conversation = await ConversationController.getOrCreateAndWait(
id,
'private'

Loading…
Cancel
Save