Work around the Content-Length issue

This commit is contained in:
Cadence Ember 2024-01-20 17:03:03 +13:00
commit 845f93e5d0
7 changed files with 40 additions and 3 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?: {