Skip to content

Commit

Permalink
narrow: Remove stale comment about deactivate().
Browse files Browse the repository at this point in the history
  • Loading branch information
evykassirer authored and timabbott committed Mar 21, 2024
1 parent ba215e3 commit f1b8e11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/src/narrow.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ export function save_narrow(terms) {
}

export function activate(raw_terms, opts) {
/* Main entry point for switching to a new view / message list.
Note that for historical reasons related to the current
client-side caching structure, the "All messages"/message_lists.home
view is reached via `narrow.deactivate()`.
/* Main entry point for switching to a new view / message list
(including all messages and home views).
The name is based on "narrowing to a subset of the user's
messages.". Supported parameters:
Expand Down

0 comments on commit f1b8e11

Please sign in to comment.