mirror of https://github.com/zulip/zulip.git
message_view: Update narrow title after change in narrow filter.
This needs to be done to update narrow title for different `near` message targets or no `near` topic narrows.
This commit is contained in:
parent
52a9846cdf
commit
aac75f87f9
|
@ -282,6 +282,7 @@ export function try_rendering_locally_for_same_narrow(filter, opts) {
|
|||
|
||||
message_lists.current.data.filter = filter;
|
||||
update_hash_to_match_filter(filter, "retarget message location");
|
||||
message_view_header.render_title_area();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue