mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add action hook, comments loaded (#2539)
* Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user