mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add SQL query support in plugins
This commit is contained in:
parent
bc0d801bb7
commit
1b05d82d86
10 changed files with 110 additions and 9 deletions
|
@ -35,7 +35,7 @@ function buildRegisterHelpers (npmName: string, plugin: PluginModel): Omit<Regis
|
|||
const videoCategoryManager = buildVideoCategoryManager(npmName)
|
||||
const videoLicenceManager = buildVideoLicenceManager(npmName)
|
||||
|
||||
const peertubeHelpers = buildPluginHelpers(npmName, plugin)
|
||||
const peertubeHelpers = buildPluginHelpers(npmName)
|
||||
|
||||
return {
|
||||
settingsManager,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue