Off screen edited posts no longer show up as new posts (#4485)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
602f85d2ef
Коммит
a25ae8fed2
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user