Add ability to manually approves instance followers in REST API

This commit is contained in:
Chocobozzz 2019-04-08 15:18:04 +02:00
parent 5b9c965d5a
commit 14893eb71c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
16 changed files with 261 additions and 30 deletions

View file

@ -282,7 +282,8 @@ function customConfig (): CustomConfig {
},
followers: {
instance: {
enabled: CONFIG.FOLLOWERS.INSTANCE.ENABLED
enabled: CONFIG.FOLLOWERS.INSTANCE.ENABLED,
manualApproval: CONFIG.FOLLOWERS.INSTANCE.MANUAL_APPROVAL
}
}
}