mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Upgrade conversation page
This commit is contained in:
@ -488,6 +488,7 @@ ComunicWeb.components.conversations.interface = ConversationsInterface;
|
||||
* Get information about a single conversation
|
||||
*
|
||||
* @param {number} convID The ID of the target conversation
|
||||
* @returns {Promise<Conversation>}
|
||||
*/
|
||||
async function getSingleConversation(convID) {
|
||||
return new Promise((res, err) => {
|
||||
|
Reference in New Issue
Block a user