diff options
Diffstat (limited to 'shared/models')
-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 = |