mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +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:
@@ -363,7 +363,7 @@ $(function () {
|
||||
// box, but, close enough for now.
|
||||
resize.handler();
|
||||
|
||||
if (!feature_flags.left_side_userlist) {
|
||||
if (!page_params.left_side_userlist) {
|
||||
$("#navbar-buttons").addClass("right-userlist");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user