diff options
Diffstat (limited to 'server/controllers/api/config.ts')
-rw-r--r-- | server/controllers/api/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/controllers/api/config.ts b/server/controllers/api/config.ts index f9bb0b947..5c4f455ee 100644 --- a/server/controllers/api/config.ts +++ b/server/controllers/api/config.ts | |||
@@ -282,7 +282,8 @@ function customConfig (): CustomConfig { | |||
282 | }, | 282 | }, |
283 | followers: { | 283 | followers: { |
284 | instance: { | 284 | instance: { |
285 | enabled: CONFIG.FOLLOWERS.INSTANCE.ENABLED | 285 | enabled: CONFIG.FOLLOWERS.INSTANCE.ENABLED, |
286 | manualApproval: CONFIG.FOLLOWERS.INSTANCE.MANUAL_APPROVAL | ||
286 | } | 287 | } |
287 | } | 288 | } |
288 | } | 289 | } |