Add auto follow back support for instances
This commit is contained in:
parent
f69ec5f340
commit
8424c4026a
44 changed files with 652 additions and 157 deletions
|
@ -99,4 +99,16 @@ export interface CustomConfig {
|
|||
}
|
||||
}
|
||||
|
||||
followings: {
|
||||
instance: {
|
||||
autoFollowBack: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
autoFollowIndex: {
|
||||
enabled: boolean
|
||||
indexUrl: string
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue