mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add filter hooks tests
This commit is contained in:
parent
89cd127560
commit
6691c52280
10 changed files with 260 additions and 41 deletions
|
@ -7,12 +7,12 @@ export type ServerFilterHookName =
|
|||
'filter:api.video-thread.create.accept.result' |
|
||||
'filter:api.video-comment-reply.create.accept.result' |
|
||||
|
||||
'filter:api.video-thread-comments.list.params' |
|
||||
'filter:api.video-thread-comments.list.result' |
|
||||
|
||||
'filter:api.video-threads.list.params' |
|
||||
'filter:api.video-threads.list.result' |
|
||||
|
||||
'filter:api.video-thread-comments.list.params' |
|
||||
'filter:api.video-thread-comments.list.result' |
|
||||
|
||||
'filter:video.auto-blacklist.result'
|
||||
|
||||
export type ServerActionHookName =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue