|
|
@ -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'
|
|
|
|