From 39ee5737b7aa84833a1dc5b03c492b46e22209bd Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 30 Jan 2017 11:49:00 -0500 Subject: PLT-2555/PLT-5009/PLT-5225 Changed system messages to be rendered by the client (#5209) * Moved rendering of (message deleted) into PostMessageView * Added additional post types to constants on client * Changed system messages to be rendered in the client's language * Updated new system messages to have relevant usernames highlighted and have markdown rendered in header change messages --- webapp/actions/global_actions.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/actions/global_actions.jsx') diff --git a/webapp/actions/global_actions.jsx b/webapp/actions/global_actions.jsx index 23e19f22f..c8da43f24 100644 --- a/webapp/actions/global_actions.jsx +++ b/webapp/actions/global_actions.jsx @@ -397,7 +397,7 @@ export function sendEphemeralPost(message, channelId) { user_id: '0', channel_id: channelId || ChannelStore.getCurrentId(), message, - type: Constants.POST_TYPE_EPHEMERAL, + type: Constants.PostTypes.EPHEMERAL, create_at: timestamp, update_at: timestamp, props: {} -- cgit v1.2.3-1-g7c22