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
|
@ -88,7 +88,8 @@ export interface CustomConfig {
|
|||
|
||||
followers: {
|
||||
instance: {
|
||||
enabled: boolean
|
||||
enabled: boolean,
|
||||
manualApproval: boolean
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue