This commit is contained in:
Pierre HUBERT 2021-03-06 18:54:50 +01:00
parent 7b430107e3
commit 5056b07ddf

View File

@ -154,9 +154,7 @@ const ConversationsList = {
infos.listBox.rootElem.remove(); infos.listBox.rootElem.remove();
//Add & open the conversation //Add & open the conversation
ComunicWeb.components.conversations.manager.addConversation({ ComunicWeb.components.conversations.manager.addConversation(response.conversationID);
conversationID: response.conversationID
});
}) })
}, },