markdown: Set is_me_message in apply_markdown.

This should make the variable available to things like drafts and
previews.
This commit is contained in:
Tim Abbott
2017-08-27 09:17:56 -07:00
parent 133f005530
commit e80f93dc42
3 changed files with 0 additions and 6 deletions

View File

@@ -105,7 +105,6 @@ function insert_local_message(message_request, local_id) {
message.local_id = local_id;
message.locally_echoed = true;
message.id = message.local_id;
markdown.set_is_me_message(message);
markdown.add_subject_links(message);
waiting_for_id[message.local_id] = message;