mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Fix misc. uses of search tuples.
(imported from commit c7dc47c1396eb0d9f6821cafcb3dc90d283b4764)
This commit is contained in:
@@ -509,8 +509,8 @@ $(function () {
|
||||
var stream = $(e.target).parents('ul').attr('data-stream');
|
||||
var subject = $(e.target).parents('li').attr('data-name');
|
||||
|
||||
narrow.activate([['stream', stream],
|
||||
['topic', subject]],
|
||||
narrow.activate([{operator: 'stream', operand: stream},
|
||||
{operator: 'topic', operand: subject}],
|
||||
{select_first_unread: true, trigger: 'sidebar'});
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user