diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-03 10:39:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-03 10:39:40 +0200 |
commit | 9ca0f688e9e8558233f1a538b96a43da44e35353 (patch) | |
tree | 16370ffe97df1bfeef874ce71fa6bedff0b7496b /client/src/app/+videos | |
parent | 0b6f531653a7a24f82ad65564479a70a9326301a (diff) | |
download | PeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.tar.gz PeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.tar.zst PeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.zip |
Add channel hooks
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts | 2 |
1 files changed, 1 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 108ad63e3..28edcfdcb 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 | |||
@@ -139,7 +139,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { | |||
139 | 139 | ||
140 | this.onDataSubject.next(res.data) | 140 | this.onDataSubject.next(res.data) |
141 | 141 | ||
142 | setTimeout(() => this.hooks.runAction('action:video-watch.video-threads.loaded', 'video-watch', { data: this.componentPagination })) | 142 | this.hooks.runAction('action:video-watch.video-threads.loaded', 'video-watch', { data: this.componentPagination }) |
143 | }, | 143 | }, |
144 | 144 | ||
145 | error: err => this.notifier.error(err.message) | 145 | error: err => this.notifier.error(err.message) |