mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +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.chatDisplayed = getLocalStorage(KEY_CHAT_DISPLAYED) || true;
|
||||||
this.displayChat();
|
this.displayChat();
|
||||||
|
this.disableChat(); // Disabled by default.
|
||||||
}
|
}
|
||||||
|
|
||||||
updateUsernameFields(username) {
|
updateUsernameFields(username) {
|
||||||
|
|
Loading…
Reference in a new issue