diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-14 11:27:56 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-14 11:27:56 +0100 |
commit | c04816108e8ec62eb29caf82806f3927dc5eb85a (patch) | |
tree | b92544366ff603e24953d69d76c5ac05224db124 /shared/models/plugins/server-hook.model.ts | |
parent | 0d7c73142c3ed3508ff44ab04505256d5443ab19 (diff) | |
download | PeerTube-c04816108e8ec62eb29caf82806f3927dc5eb85a.tar.gz PeerTube-c04816108e8ec62eb29caf82806f3927dc5eb85a.tar.zst PeerTube-c04816108e8ec62eb29caf82806f3927dc5eb85a.zip |
Prepare changelog v3
Diffstat (limited to 'shared/models/plugins/server-hook.model.ts')
-rw-r--r-- | shared/models/plugins/server-hook.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/plugins/server-hook.model.ts b/shared/models/plugins/server-hook.model.ts index 64d63f8f5..c82abadd7 100644 --- a/shared/models/plugins/server-hook.model.ts +++ b/shared/models/plugins/server-hook.model.ts | |||
@@ -10,7 +10,7 @@ export const serverFilterHookObject = { | |||
10 | 'filter:api.accounts.videos.list.params': true, | 10 | 'filter:api.accounts.videos.list.params': true, |
11 | 'filter:api.accounts.videos.list.result': true, | 11 | 'filter:api.accounts.videos.list.result': true, |
12 | 12 | ||
13 | // Filter params/result used to list account videos for the REST API | 13 | // Filter params/result used to list channel videos for the REST API |
14 | 'filter:api.video-channels.videos.list.params': true, | 14 | 'filter:api.video-channels.videos.list.params': true, |
15 | 'filter:api.video-channels.videos.list.result': true, | 15 | 'filter:api.video-channels.videos.list.result': true, |
16 | 16 | ||