diff options
Diffstat (limited to 'server/controllers/api/config.ts')
-rw-r--r-- | server/controllers/api/config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/controllers/api/config.ts b/server/controllers/api/config.ts index bd0ba4f9d..f9bb0b947 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -279,6 +279,11 @@ function customConfig (): CustomConfig { | |||
279 | enabled: CONFIG.AUTO_BLACKLIST.VIDEOS.OF_USERS.ENABLED | 279 | enabled: CONFIG.AUTO_BLACKLIST.VIDEOS.OF_USERS.ENABLED |
280 | } | 280 | } |
281 | } | 281 | } |
282 | }, | ||
283 | followers: { | ||
284 | instance: { | ||
285 | enabled: CONFIG.FOLLOWERS.INSTANCE.ENABLED | ||
286 | } | ||
282 | } | 287 | } |
283 | } | 288 | } |
284 | } | 289 | } |