mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-02 01:01:14 +00:00
parent
0375d71cce
commit
e5ced4f703
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