mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Temporarily disable sockjs in local dev instances
This is just until we hack up run-dev.py to also start the message sender worker. (imported from commit 0619867d7807f3bf48d317e7452026b1a497e0df)
This commit is contained in:
@@ -38,7 +38,7 @@ exports.left_side_userlist = page_params.staging ||
|
||||
|
||||
// Still very beta:
|
||||
exports.fade_users_when_composing = page_params.staging || is_customer4;
|
||||
exports.use_socket = page_params.staging;
|
||||
exports.use_socket = page_params.staging && ! page_params.debug_mode;
|
||||
|
||||
|
||||
// Still burning in...
|
||||
|
||||
Reference in New Issue
Block a user