mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
parent
6aa33e6809
commit
b1dcd222ab
1 changed files with 1 additions and 0 deletions
|
@ -651,6 +651,7 @@ export class Post extends Component<any, PostState> {
|
|||
data.recipient_ids.length == 0 &&
|
||||
!creatorBlocked &&
|
||||
postRes &&
|
||||
data.comment_view.post.id == postRes.post_view.post.id &&
|
||||
commentsRes
|
||||
) {
|
||||
commentsRes.comments.unshift(data.comment_view);
|
||||
|
|
Loading…
Reference in a new issue