mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
right_sidebar: Add realm description for spectators.
This commit is contained in:
@@ -154,6 +154,7 @@ function initialize_left_sidebar() {
|
||||
function initialize_right_sidebar() {
|
||||
const rendered_sidebar = render_right_sidebar({
|
||||
can_invite_others_to_realm: settings_data.user_can_invite_others_to_realm(),
|
||||
realm_description: page_params.realm_description,
|
||||
});
|
||||
|
||||
$("#right-sidebar-container").html(rendered_sidebar);
|
||||
|
||||
Reference in New Issue
Block a user