]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/custom-config.model.ts
Add auto follow back support for instances
[github/Chocobozzz/PeerTube.git] / shared / models / server / custom-config.model.ts
index a0541f5b621f17fbf8880003bb9c308907f933b3..1073ba32c60f45b5ae2c83e58ee3b32221ab8f13 100644 (file)
@@ -99,4 +99,16 @@ export interface CustomConfig {
     }
   }
 
+  followings: {
+    instance: {
+      autoFollowBack: {
+        enabled: boolean
+      }
+
+      autoFollowIndex: {
+        enabled: boolean
+        indexUrl: string
+      }
+    }
+  }
 }