mirror of https://github.com/zulip/zulip.git
43e5b2d28b
We remove the "GROUP PMs" section that used to be in the lower right sidebar. Most of this is straightforward code removal. A couple quick notes: - The message fetching code now just calls `huddle_data.process_loaded_messages`, which we still need for search suggestions. We removed `activity.process_loaded_messages`. - The `huddle_data.process_loaded_messages` function no longer needs to return `need_resize`. - In `resize.js` we now just calculate `res.buddy_list_wrapper_max_height` directly from `usable_height`. |
||
---|---|---|
.. | ||
compose.html | ||
delete_message.html | ||
deprecation_notice.html | ||
drafts.html | ||
home.html | ||
index.html | ||
invite_user.html | ||
keyboard_shortcuts.html | ||
left_sidebar.html | ||
lightbox_overlay.html | ||
logout.html | ||
markdown_help.html | ||
message_history.html | ||
navbar.html | ||
navbar_alerts.html | ||
right_sidebar.html | ||
search_operators.html | ||
settings_overlay.html | ||
settings_sidebar.html | ||
subscriptions.html |