mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Add UserProfile flag to control whether we have a left side userlist.
Previously this was hardcoded for a single customer. (imported from commit a6b7095050aa10cef976541505d9b09a35453f48)
This commit is contained in:
@@ -188,7 +188,7 @@ exports.resize_page_components = function () {
|
||||
var h;
|
||||
var sidebar;
|
||||
|
||||
if (feature_flags.left_side_userlist) {
|
||||
if (page_params.left_side_userlist) {
|
||||
var css_narrow_mode = viewport.is_narrow();
|
||||
|
||||
$("#top_navbar").removeClass("rightside-userlist");
|
||||
|
||||
Reference in New Issue
Block a user