mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Show chat as disabled by default
This commit is contained in:
parent
54a9206051
commit
a7b625c37f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ class MessagingInterface {
|
|||
|
||||
this.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
|
||||
this.displayChat();
|
||||
this.disableChat(); // Disabled by default.
|
||||
}
|
||||
|
||||
updateUsernameFields(username) {
|
||||
|
|
Loading…
Reference in a new issue