Add include_user_id_in_mxid setting

This commit is contained in:
Cadence Ember 2024-07-21 14:56:58 +12:00
commit 541c5e1eb5
4 changed files with 15 additions and 0 deletions

1
types.d.ts vendored
View file

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