diff --git a/webapp/actions/post_actions.jsx b/webapp/actions/post_actions.jsx index 2b55e31eff..866ae58880 100644 --- a/webapp/actions/post_actions.jsx +++ b/webapp/actions/post_actions.jsx @@ -26,7 +26,7 @@ export function handleNewPost(post, msg) { var websocketMessageProps = null; if (msg) { - websocketMessageProps = msg.props; + websocketMessageProps = msg.data; } if (post.root_id && PostStore.getPost(post.channel_id, post.root_id) == null) {