diff options
Diffstat (limited to 'server/tests/fixtures/peertube-plugin-test')
-rw-r--r-- | server/tests/fixtures/peertube-plugin-test/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/fixtures/peertube-plugin-test/main.js b/server/tests/fixtures/peertube-plugin-test/main.js index 36dd08d27..17032f6d9 100644 --- a/server/tests/fixtures/peertube-plugin-test/main.js +++ b/server/tests/fixtures/peertube-plugin-test/main.js | |||
@@ -14,6 +14,7 @@ async function register ({ registerHook, registerSetting, settingsManager, stora | |||
14 | 'action:api.video-channel.deleted', | 14 | 'action:api.video-channel.deleted', |
15 | 15 | ||
16 | 'action:api.live-video.created', | 16 | 'action:api.live-video.created', |
17 | 'action:live.video.state.updated', | ||
17 | 18 | ||
18 | 'action:api.video-thread.created', | 19 | 'action:api.video-thread.created', |
19 | 'action:api.video-comment-reply.created', | 20 | 'action:api.video-comment-reply.created', |