mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Remove unused variables
(imported from commit c18d43165c1dbdee28107ef21e26e474b819c653)
This commit is contained in:
parent
a5979f9e6a
commit
38ebefe68f
@ -398,7 +398,6 @@ exports.by_subject = function (target_id) {
|
||||
// Called for the 'narrow by stream' hotkey.
|
||||
exports.by_recipient = function (target_id) {
|
||||
var message = current_msg_list.get(target_id);
|
||||
var new_narrow, emails;
|
||||
switch (message.type) {
|
||||
case 'private':
|
||||
exports.by('pm-with', message.reply_to, { then_select_id: target_id });
|
||||
|
||||
Loading…
Reference in New Issue
Block a user