Multiple mutes

This commit is contained in:
2021-06-26 16:49:20 +03:00
parent cd5897845f
commit b20625f4ab
11 changed files with 7183 additions and 85 deletions

View File

@@ -13,6 +13,7 @@ function init() {
if (tryToInitControls()) {
createTryToInitInterval();
addNewMessageEventListener();
hideExistingMessages();
}
})
}