mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Fix narrowing to a stream/subject pair when not subscribed.
(imported from commit 0ea2893dc6026df5316dd927f7d740c74dc2c02e)
This commit is contained in:
parent
b77ca230ab
commit
54ae352e83
@ -473,9 +473,9 @@ exports.activate = function (operators, opts) {
|
||||
operators[1][0] === 'subject') {
|
||||
if (subs.have(operators[0][1])) {
|
||||
expand_stream(operators[0][1]).addClass('active-filter');
|
||||
ui.get_subject_filter_li(operators[0][1], operators[1][1])
|
||||
.addClass('active-subject-filter');
|
||||
}
|
||||
ui.get_subject_filter_li(operators[0][1], operators[1][1])
|
||||
.addClass('active-subject-filter');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user