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