From 0840ca76a2de3a2907aa64c2cdaf3d2c69b691c2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 5 Mar 2020 13:14:26 +0100 Subject: Add action hook, comments loaded (#2539) * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539 --- client/src/app/videos/+video-watch/comment/video-comments.component.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.ts b/client/src/app/videos/+video-watch/comment/video-comments.component.ts index a87bc16d7..910a1761c 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.ts +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.ts @@ -130,6 +130,7 @@ export class VideoCommentsComponent implements OnInit, OnChanges, OnDestroy { this.componentPagination.totalItems = res.total this.onDataSubject.next(res.data) + this.hooks.runAction('action:video-watch.video-threads.loaded', 'video-watch', { data: this.componentPagination }) }, err => this.notifier.error(err.message) -- cgit v1.2.3