mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Split out new module message_store.js.
(imported from commit 57cf3f2b8e74d7c56e3baf75859d5b3646282225)
This commit is contained in:
@@ -21,7 +21,7 @@ exports.set_focused_recipient = function (msg_type) {
|
||||
focused_recipient.subject = $('#subject').val();
|
||||
} else {
|
||||
// Normalize the recipient list so it matches the one used when
|
||||
// adding the message (see add_message_metadata(), zulip.js).
|
||||
// adding the message (see message_store.add_message_metadata()).
|
||||
focused_recipient.reply_to = util.normalize_recipients(
|
||||
$('#private_message_recipient').val());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user