Barebones matrix media proxy

This commit is contained in:
Cadence Ember 2024-09-13 03:16:03 +12:00
commit b45d0f3038
9 changed files with 169 additions and 44 deletions

3
src/types.d.ts vendored
View file

@ -16,12 +16,14 @@ export type AppServiceRegistrationConfig = {
}
protocols: [string]
rate_limited: boolean
socket?: string | number,
ooye: {
namespace_prefix: string
max_file_size: number
server_name: string
server_origin: string
bridge_origin: string
discord_token: string
content_length_workaround: boolean
include_user_id_in_mxid: boolean
invite: string[]
@ -49,6 +51,7 @@ export type InitialAppServiceRegistrationConfig = {
}
protocols: [string]
rate_limited: boolean
socket?: string | number,
ooye: {
namespace_prefix: string
max_file_size: number,