configuration option to auto-invite matrix users

This commit is contained in:
Cadence Ember 2023-09-12 23:08:33 +12:00
commit 9263bdb754
4 changed files with 7 additions and 1 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
invite: string[]
}
old_bridge?: {
as_token: string