aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/client/plugin-client-scope.type.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-03 10:39:40 +0200
committerChocobozzz <me@florianbigard.com>2022-08-03 10:39:40 +0200
commit9ca0f688e9e8558233f1a538b96a43da44e35353 (patch)
tree16370ffe97df1bfeef874ce71fa6bedff0b7496b /shared/models/plugins/client/plugin-client-scope.type.ts
parent0b6f531653a7a24f82ad65564479a70a9326301a (diff)
downloadPeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.tar.gz
PeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.tar.zst
PeerTube-9ca0f688e9e8558233f1a538b96a43da44e35353.zip
Add channel hooks
Diffstat (limited to 'shared/models/plugins/client/plugin-client-scope.type.ts')
-rw-r--r--shared/models/plugins/client/plugin-client-scope.type.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/models/plugins/client/plugin-client-scope.type.ts b/shared/models/plugins/client/plugin-client-scope.type.ts
index 92734533d..c09a453b8 100644
--- a/shared/models/plugins/client/plugin-client-scope.type.ts
+++ b/shared/models/plugins/client/plugin-client-scope.type.ts
@@ -7,4 +7,5 @@ export type PluginClientScope =
7 'embed' | 7 'embed' |
8 'video-edit' | 8 'video-edit' |
9 'admin-plugin' | 9 'admin-plugin' |
10 'my-library' 10 'my-library' |
11 'video-channel'