Add ability to manually approves instance followers in REST API
This commit is contained in:
parent
5b9c965d5a
commit
14893eb71c
16 changed files with 261 additions and 30 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue