Off screen edited posts no longer show up as new posts (#4485)

Этот коммит содержится в:
Joram Wilander
2016-11-14 07:38:05 -05:00
коммит произвёл Christopher Speller
родитель 602f85d2ef
Коммит a25ae8fed2
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -180,7 +180,7 @@ function handleNewPostEvent(msg) {
function handlePostEditEvent(msg) {
// Store post
const post = JSON.parse(msg.data.post);
PostStore.storePost(post);
PostStore.storePost(post, false);
PostStore.emitChange();
// Update channel state