Change getPublicUrlForMxc function for authmedia

This commit is contained in:
Cadence Ember
2024-09-12 16:59:48 +12:00
parent 96fd046530
commit decc32f7e6
6 changed files with 39 additions and 14 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
bridge_origin: string
content_length_workaround: boolean
include_user_id_in_mxid: boolean
invite: string[]