We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb0e7b commit c575379Copy full SHA for c575379
www/chat.js
@@ -111,7 +111,7 @@ function start_chat() {
111
messages.subscribe(update_messages);
112
messages.subscribe(new_messages);
113
messages.subscribe(update_channels);
114
- messages.set_channel("");
+ messages.set_channel(config['default_channel']);
115
messages.check();
116
load_users();
117
monitor_last_update();
0 commit comments