mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Updates `filter.get_title` to return 'undefined' for any narrow with a search operator. Previously it would return a title if the search operator was paired with a common narrow, but those results were not being used when building the message view header and will not be used for setting the browser title. Prep commit for rewriting `update_narrow_title` to use `filter.get_title` as a helper for setting browser title text.