diff options
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts index 8e556c58f..1652fd3c4 100644 --- a/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts +++ b/client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts | |||
@@ -130,7 +130,8 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { | |||
130 | this.totalNotDeletedComments = res.totalNotDeletedComments | 130 | this.totalNotDeletedComments = res.totalNotDeletedComments |
131 | 131 | ||
132 | this.onDataSubject.next(res.data) | 132 | this.onDataSubject.next(res.data) |
133 | this.hooks.runAction('action:video-watch.video-threads.loaded', 'video-watch', { data: this.componentPagination }) | 133 | |
134 | setTimeout(() => this.hooks.runAction('action:video-watch.video-threads.loaded', 'video-watch', { data: this.componentPagination })) | ||
134 | }, | 135 | }, |
135 | 136 | ||
136 | error: err => this.notifier.error(err.message) | 137 | error: err => this.notifier.error(err.message) |