Show chat as disabled by default
This commit is contained in:
@@ -93,6 +93,7 @@ class MessagingInterface {
|
|||||||
|
|
||||||
this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
|
this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
|
||||||
this.displayChat();
|
this.displayChat();
|
||||||
|
this.disableChat(); // Disabled by default.
|
||||||
}
|
}
|
||||||
|
|
||||||
updateUsernameFields(username) {
|
updateUsernameFields(username) {
|
||||||
|
|||||||
Reference in New Issue
Block a user