mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add server plugin helpers
This commit is contained in:
parent
023edc8a54
commit
22820226e5
9 changed files with 326 additions and 249 deletions
|
@ -109,7 +109,7 @@ export class RegisterHelpers {
|
|||
const unregisterIdAndPassAuth = this.buildUnregisterIdAndPassAuth()
|
||||
const unregisterExternalAuth = this.buildUnregisterExternalAuth()
|
||||
|
||||
const peertubeHelpers = buildPluginHelpers(this.npmName)
|
||||
const peertubeHelpers = buildPluginHelpers(this.plugin, this.npmName)
|
||||
|
||||
return {
|
||||
registerHook,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue