mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user