mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Action hook: thread replies loaded (#2550)
* Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user