mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
same_recipient: Fix spacing
(imported from commit 75247bbbb496870236ab26f827daeb3fbe7bb7f3)
This commit is contained in:
@@ -212,7 +212,7 @@ function same_recipient(a, b) {
|
|||||||
return a.reply_to === b.reply_to;
|
return a.reply_to === b.reply_to;
|
||||||
case 'stream':
|
case 'stream':
|
||||||
return (a.recipient_id === b.recipient_id) &&
|
return (a.recipient_id === b.recipient_id) &&
|
||||||
(a.subject === b.subject);
|
(a.subject === b.subject);
|
||||||
}
|
}
|
||||||
|
|
||||||
// should never get here
|
// should never get here
|
||||||
|
|||||||
Reference in New Issue
Block a user