mirror of https://github.com/zulip/zulip.git
narrow: Remove stale comment about deactivate().
This commit is contained in:
parent
ba215e3e80
commit
f1b8e11e8b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue