diff --git a/src/app/components/shared/comment-list/comment-list.component.ts b/src/app/components/shared/comment-list/comment-list.component.ts
index 771890ee20911728992cb2422213d6da8e2d9108..0037ba8af90e4e3d3defef9798ca73fe953c7caf 100644
--- a/src/app/components/shared/comment-list/comment-list.component.ts
+++ b/src/app/components/shared/comment-list/comment-list.component.ts
@@ -443,6 +443,7 @@ export class CommentListComponent implements OnInit, OnDestroy {
     this.freeze = false;
     this.commentService.getAckComments(this.roomId)
       .subscribe(comments => {
+        this.comments = comments;
         this.setComments(comments);
         this.getComments();
       });