X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fclient-hook.model.ts;h=62f6070d796f51d35601e26c2aebfb408453b049;hb=cf387740f2a52c5b846d04f3bb76344b064e6886;hp=fc36e5771c6d9be49848100695b1edd90f02e20b;hpb=0840ca76a2de3a2907aa64c2cdaf3d2c69b691c2;p=github%2FChocobozzz%2FPeerTube.git 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 = { '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 a user click on 'View x replies' and they're loaded + 'action:video-watch.video-thread-replies.loaded': true, // Fired when the search page is being initialized 'action:search.init': true,