mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
allow migrating from old to new bridge
This commit is contained in:
parent
5185ae45ab
commit
39458bd2bf
13 changed files with 214 additions and 42 deletions
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue