diff --git a/src/redux/reducers/posts.js b/src/redux/reducers/posts.js index 608aecada..06ff5564e 100644 --- a/src/redux/reducers/posts.js +++ b/src/redux/reducers/posts.js @@ -421,6 +421,7 @@ export function posts(state = {}, action) { attachments: action.post.attachments || [], postedTo: action.post.postedTo, backlinksCount: action.post.backlinksCount, + notifyOfAllComments: action.post.notifyOfAllComments, }, }; }