]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/client-hook.model.ts
Add ability to override login signup message
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / client-hook.model.ts
index ecbe8bd3c8e1e92e35d7efca5e50021e3dd0fc72..b53b8de99ce7c138d8c22c5bb6115d07e49e025a 100644 (file)
@@ -65,6 +65,13 @@ 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 a user click on 'View x replies' and they're loaded
+  'action:video-watch.video-thread-replies.loaded': true,
+
+  // Fired when the login page is being initialized
+  'action:login.init': true,
 
   // Fired when the search page is being initialized
   'action:search.init': true,