Skip to content

Commit

Permalink
Handle 'notifyOfAllComments' prop of REALTIME_POST_UPDATE event
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Dec 14, 2023
1 parent 20241e3 commit 6d4b0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redux/reducers/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};
}
Expand Down

0 comments on commit 6d4b0ec

Please sign in to comment.