Add action hook, comments loaded (#2539)

* Adding action hook for video watch comments loaded

* Adding requested changes for PR #2539
This commit is contained in:
Chocobozzz
2020-03-05 13:14:26 +01:00
committed by GitHub
parent 52e3beb90d
commit 0840ca76a2
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ export const clientActionHookObject = {
'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,