From a7b625c37fce930a97f0f07793aee201a7195dee Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 20 Jul 2020 00:21:10 -0700 Subject: [PATCH] Show chat as disabled by default --- webroot/js/message.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webroot/js/message.js b/webroot/js/message.js index dddd19b83..3a4f4e3c7 100644 --- a/webroot/js/message.js +++ b/webroot/js/message.js @@ -93,6 +93,7 @@ class MessagingInterface { this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true; this.displayChat(); + this.disableChat(); // Disabled by default. } updateUsernameFields(username) {