* Adding action hook for video watch comments loaded
* Adding requested changes for PR #2539
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)
'action:video-watch.video.loaded': true,
// Fired when the player finished loading
'action:video-watch.player.loaded': true,
+ // Fired when the video watch page comments(threads) are loaded and load more comments on scroll
+ 'action:video-watch.video-threads.loaded': true,
// Fired when the search page is being initialized
'action:search.init': true,