mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Made conversation notifications lives
This commit is contained in:
@ -100,4 +100,15 @@ function getMultipleUsersInfos(usersID, afterGetUserInfos, forceRequest){
|
||||
*/
|
||||
function log(message){
|
||||
ComunicWeb.debug.logMessage(message);
|
||||
}
|
||||
|
||||
/**
|
||||
* Open a conversation specified by its ID
|
||||
*
|
||||
* @param {number} id The ID of the conversation to open
|
||||
*/
|
||||
function openConversation(id){
|
||||
ComunicWeb.components.conversations.manager.addConversation({
|
||||
conversationID: id
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user