mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Start to update conversations pane
This commit is contained in:
@ -225,9 +225,7 @@ function log(message){
|
||||
*/
|
||||
function openConversation(id, fullscreen = false){
|
||||
if(!fullscreen)
|
||||
ComunicWeb.components.conversations.manager.addConversation({
|
||||
conversationID: id
|
||||
});
|
||||
ComunicWeb.components.conversations.manager.addConversation(id);
|
||||
else
|
||||
openPage("conversations/" + id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user