Start to display group conversation page

This commit is contained in:
2021-04-05 15:49:21 +02:00
parent 5073c4e1ba
commit 5bb7b2a39e
7 changed files with 53 additions and 7 deletions

View File

@ -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) {