diff options
author | lutangar <johan.dufour@gmail.com> | 2021-12-17 16:41:01 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-12-23 09:35:35 +0100 |
commit | 5e3d29ab218f2e7fcfb59f64777d901625dc5a49 (patch) | |
tree | 40c98f82ffd0ab12f5e986049f6ea6938a3d347d /server/tests/fixtures | |
parent | 293074ae7920040ede7e01d0aec4dabbeeb864ff (diff) | |
download | PeerTube-5e3d29ab218f2e7fcfb59f64777d901625dc5a49.tar.gz PeerTube-5e3d29ab218f2e7fcfb59f64777d901625dc5a49.tar.zst PeerTube-5e3d29ab218f2e7fcfb59f64777d901625dc5a49.zip |
Add video caption created and deleted hooks
Diffstat (limited to 'server/tests/fixtures')
-rw-r--r-- | server/tests/fixtures/peertube-plugin-test/main.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/fixtures/peertube-plugin-test/main.js b/server/tests/fixtures/peertube-plugin-test/main.js index 04e059848..90951d611 100644 --- a/server/tests/fixtures/peertube-plugin-test/main.js +++ b/server/tests/fixtures/peertube-plugin-test/main.js | |||
@@ -13,6 +13,9 @@ async function register ({ registerHook, registerSetting, settingsManager, stora | |||
13 | 'action:api.video-comment-reply.created', | 13 | 'action:api.video-comment-reply.created', |
14 | 'action:api.video-comment.deleted', | 14 | 'action:api.video-comment.deleted', |
15 | 15 | ||
16 | 'action:api.video-caption.created', | ||
17 | 'action:api.video-caption.deleted', | ||
18 | |||
16 | 'action:api.user.blocked', | 19 | 'action:api.user.blocked', |
17 | 'action:api.user.unblocked', | 20 | 'action:api.user.unblocked', |
18 | 'action:api.user.registered', | 21 | 'action:api.user.registered', |