X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Futils%2Fserver%2Fconfig.ts;h=deb77e9c0e1067f98a9a73a2b94711022dd3a056;hb=14893eb71cb2d4ca47e07589c81958863603aba4;hp=eaa493a932ec11c8d46cac206b0deaf5992f0c42;hpb=7ccddd7b5250bd25a917a6e77e58b87b9484a2a4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/utils/server/config.ts b/shared/utils/server/config.ts index eaa493a93..deb77e9c0 100644 --- a/shared/utils/server/config.ts +++ b/shared/utils/server/config.ts @@ -119,6 +119,12 @@ function updateCustomSubConfig (url: string, token: string, newConfig: any) { enabled: false } } + }, + followers: { + instance: { + enabled: true, + manualApproval: false + } } }