mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Upgrade redis dep
This commit is contained in:
parent
2d28b0c21d
commit
e5d91a9b9c
5 changed files with 120 additions and 179 deletions
|
@ -5,7 +5,13 @@ import { basename, join } from 'path'
|
|||
import { decachePlugin } from '@server/helpers/decache'
|
||||
import { MOAuthTokenUser, MUser } from '@server/types/models'
|
||||
import { getCompleteLocale } from '@shared/core-utils'
|
||||
import { ClientScriptJSON, PluginPackageJSON, PluginTranslation, PluginTranslationPathsJSON, RegisterServerHookOptions } from '@shared/models'
|
||||
import {
|
||||
ClientScriptJSON,
|
||||
PluginPackageJSON,
|
||||
PluginTranslation,
|
||||
PluginTranslationPathsJSON,
|
||||
RegisterServerHookOptions
|
||||
} from '@shared/models'
|
||||
import { getHookType, internalRunHook } from '../../../shared/core-utils/plugins/hooks'
|
||||
import { PluginType } from '../../../shared/models/plugins/plugin.type'
|
||||
import { ServerHook, ServerHookName } from '../../../shared/models/plugins/server/server-hook.model'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue