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 --- shared/models/plugins/client-hook.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/plugins/client-hook.model.ts') diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index ecbe8bd3c..fc36e5771 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts @@ -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, -- cgit v1.2.3