mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +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 &&
|
data.recipient_ids.length == 0 &&
|
||||||
!creatorBlocked &&
|
!creatorBlocked &&
|
||||||
postRes &&
|
postRes &&
|
||||||
|
data.comment_view.post.id == postRes.post_view.post.id &&
|
||||||
commentsRes
|
commentsRes
|
||||||
) {
|
) {
|
||||||
commentsRes.comments.unshift(data.comment_view);
|
commentsRes.comments.unshift(data.comment_view);
|
||||||
|
|
Loading…
Reference in a new issue