mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add notification plugin hook
This commit is contained in:
@@ -112,6 +112,9 @@ export const serverActionHookObject = {
|
||||
// Fired when the application has been loaded and is listening HTTP requests
|
||||
'action:application.listening': true,
|
||||
|
||||
// Fired when a new notification is created
|
||||
'action:notifier.notification.created': true,
|
||||
|
||||
// API actions hooks give access to the original express `req` and `res` parameters
|
||||
|
||||
// Fired when a local video is updated
|
||||
|
||||
Reference in New Issue
Block a user