Split out new module message_store.js.

(imported from commit 57cf3f2b8e74d7c56e3baf75859d5b3646282225)
This commit is contained in:
Tim Abbott
2014-01-31 10:27:24 -05:00
parent f5d3a6ddc7
commit 88fbd5d16a
10 changed files with 611 additions and 615 deletions

View File

@@ -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());
}