]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/client-hook.model.ts
Action hook: thread replies loaded (#2550)
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / client-hook.model.ts
index fc36e5771c6d9be49848100695b1edd90f02e20b..62f6070d796f51d35601e26c2aebfb408453b049 100644 (file)
@@ -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,