Files
zulip/static/js
Steve Howell 29055c16ae pm list: Simplify logic to find "active" filters.
We now just calculate two vars:

    pm_list - which individual PM conversation to highlight
    is_pm_filter - highlight "Private messages"

The logic is structured so that we err on the side of **not**
spuriously selecting list items:

    * be defensive about `filter` not existing for some reason
    * don't select anything if we have multiple pm-with
      operands in the search (which is sort of undefined
      behavior)

Tweaked by tabbott to add a comment explaining the multiple pm-with case.
2019-04-11 10:59:53 -07:00
..
2018-06-11 07:51:24 -04:00
2018-07-30 11:25:32 -07:00
2018-12-18 10:41:06 -08:00
2018-11-28 14:51:51 -08:00
2019-01-09 09:15:45 -08:00