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:
Aman Agrawal 2024-07-26 16:21:21 +00:00 committed by Tim Abbott
parent 52a9846cdf
commit aac75f87f9
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}