diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/plugins/client-hook.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index fc36e5771..62f6070d7 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts | |||
@@ -67,6 +67,8 @@ export const clientActionHookObject = { | |||
67 | 'action:video-watch.player.loaded': true, | 67 | 'action:video-watch.player.loaded': true, |
68 | // Fired when the video watch page comments(threads) are loaded and load more comments on scroll | 68 | // Fired when the video watch page comments(threads) are loaded and load more comments on scroll |
69 | 'action:video-watch.video-threads.loaded': true, | 69 | 'action:video-watch.video-threads.loaded': true, |
70 | // Fired when a user click on 'View x replies' and they're loaded | ||
71 | 'action:video-watch.video-thread-replies.loaded': true, | ||
70 | 72 | ||
71 | // Fired when the search page is being initialized | 73 | // Fired when the search page is being initialized |
72 | 'action:search.init': true, | 74 | 'action:search.init': true, |