diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-22 11:14:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 6691c52280363fc42f7865230ebb3741f02fff23 (patch) | |
tree | 071f9a4d7814c46dcfec100268cb0a0cc76e5204 /shared | |
parent | 89cd12756035a146bbcc4db78cd3cd64f2f3d88d (diff) | |
download | PeerTube-6691c52280363fc42f7865230ebb3741f02fff23.tar.gz PeerTube-6691c52280363fc42f7865230ebb3741f02fff23.tar.zst PeerTube-6691c52280363fc42f7865230ebb3741f02fff23.zip |
Add filter hooks tests
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/plugins/server-hook.model.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/models/plugins/server-hook.model.ts b/shared/models/plugins/server-hook.model.ts index 30469856c..a7f88f3c4 100644 --- a/shared/models/plugins/server-hook.model.ts +++ b/shared/models/plugins/server-hook.model.ts | |||
@@ -7,12 +7,12 @@ export type ServerFilterHookName = | |||
7 | 'filter:api.video-thread.create.accept.result' | | 7 | 'filter:api.video-thread.create.accept.result' | |
8 | 'filter:api.video-comment-reply.create.accept.result' | | 8 | 'filter:api.video-comment-reply.create.accept.result' | |
9 | 9 | ||
10 | 'filter:api.video-thread-comments.list.params' | | ||
11 | 'filter:api.video-thread-comments.list.result' | | ||
12 | |||
13 | 'filter:api.video-threads.list.params' | | 10 | 'filter:api.video-threads.list.params' | |
14 | 'filter:api.video-threads.list.result' | | 11 | 'filter:api.video-threads.list.result' | |
15 | 12 | ||
13 | 'filter:api.video-thread-comments.list.params' | | ||
14 | 'filter:api.video-thread-comments.list.result' | | ||
15 | |||
16 | 'filter:video.auto-blacklist.result' | 16 | 'filter:video.auto-blacklist.result' |
17 | 17 | ||
18 | export type ServerActionHookName = | 18 | export type ServerActionHookName = |