fix method

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

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

Loading…
Cancel
Save