mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
Make "subject" an alias for the "topic" operator.
(imported from commit 52c11ff48a286533906b99ed62839e6ae3e35b17)
This commit is contained in:
@@ -60,8 +60,8 @@ function describe(operators) {
|
||||
case 'stream':
|
||||
return 'Narrow to stream ' + operand;
|
||||
|
||||
case 'subject':
|
||||
return 'Narrow to subject ' + operand;
|
||||
case 'topic':
|
||||
return 'Narrow to topic ' + operand;
|
||||
|
||||
case 'sender':
|
||||
return 'Narrow to sender ' + operand;
|
||||
|
||||
Reference in New Issue
Block a user