allow migrating from old to new bridge
This commit is contained in:
4
types.d.ts
vendored
4
types.d.ts
vendored
@@ -21,6 +21,10 @@ export type AppServiceRegistrationConfig = {
|
||||
max_file_size: number
|
||||
server_name: string
|
||||
}
|
||||
old_bridge?: {
|
||||
as_token: string
|
||||
database: string
|
||||
}
|
||||
}
|
||||
|
||||
export type WebhookCreds = {
|
||||
|
Reference in New Issue
Block a user