diff --git a/src/shared/components/post.tsx b/src/shared/components/post.tsx index 73d861ea..2bbd7e86 100644 --- a/src/shared/components/post.tsx +++ b/src/shared/components/post.tsx @@ -483,6 +483,7 @@ export class Post extends Component { // Necessary since it might be a user reply, which has the recipients, to avoid double if (data.recipient_ids.length == 0) { this.state.postRes.comments.unshift(data.comment_view); + this.state.postRes.post_view.counts.comments++; this.setState(this.state); } } else if (