mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
Make "subject" an alias for the "topic" operator.
(imported from commit 52c11ff48a286533906b99ed62839e6ae3e35b17)
This commit is contained in:
@@ -39,7 +39,7 @@ $(function () {
|
||||
|
||||
var operators = event.filter.operators();
|
||||
var stream_operands = event.filter.operands('stream');
|
||||
var subject_operands = event.filter.operands('subject');
|
||||
var subject_operands = event.filter.operands('topic');
|
||||
var reported_operators;
|
||||
if (operators.length === 1) {
|
||||
reported_operators = operators[0][0];
|
||||
|
||||
Reference in New Issue
Block a user