Fixes reading wrong websocket message property (#3580)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
1df0488932
Коммит
006fc6c253
@@ -26,7 +26,7 @@ export function handleNewPost(post, msg) {
|
|||||||
|
|
||||||
var websocketMessageProps = null;
|
var websocketMessageProps = null;
|
||||||
if (msg) {
|
if (msg) {
|
||||||
websocketMessageProps = msg.props;
|
websocketMessageProps = msg.data;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (post.root_id && PostStore.getPost(post.channel_id, post.root_id) == null) {
|
if (post.root_id && PostStore.getPost(post.channel_id, post.root_id) == null) {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user