Merge branch 'hotfix-v1.5.1'

This commit is contained in:
Cadence Ember 2024-02-07 14:48:49 +13:00
commit 0f25e73d67
8 changed files with 48 additions and 4 deletions

1
types.d.ts vendored
View file

@ -21,6 +21,7 @@ export type AppServiceRegistrationConfig = {
max_file_size: number
server_name: string
server_origin: string
content_length_workaround: boolean
invite: string[]
}
old_bridge?: {