]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/utils/server/config.ts
Add ability to manually approves instance followers in REST API
[github/Chocobozzz/PeerTube.git] / shared / utils / server / config.ts
index eaa493a932ec11c8d46cac206b0deaf5992f0c42..deb77e9c0e1067f98a9a73a2b94711022dd3a056 100644 (file)
@@ -119,6 +119,12 @@ function updateCustomSubConfig (url: string, token: string, newConfig: any) {
           enabled: false
         }
       }
+    },
+    followers: {
+      instance: {
+        enabled: true,
+        manualApproval: false
+      }
     }
   }