mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 04:45:17 +00:00
Start to display group conversation page
This commit is contained in:
@ -146,7 +146,7 @@ const ConversationPageConvPart = {
|
||||
// Apply the list of messages
|
||||
ConversationPageConvPart.applyMessages(list)
|
||||
|
||||
// Automatically unregister conversations when it becoms required
|
||||
// Automatically unregister conversations when it becomes required
|
||||
let reg = true;
|
||||
document.addEventListener("changeURI", async () => {
|
||||
if(reg) {
|
||||
|
Reference in New Issue
Block a user