Configure whether to receive presences

This commit is contained in:
Cadence Ember
2025-11-19 16:47:35 +13:00
parent 0f24994af9
commit e6c30f80b5
3 changed files with 12 additions and 6 deletions

2
src/types.d.ts vendored
View File

@@ -32,6 +32,7 @@ export type AppServiceRegistrationConfig = {
discord_cdn_origin?: string,
web_password: string
time_zone?: string
receive_presences: boolean
}
old_bridge?: {
as_token: string
@@ -64,6 +65,7 @@ export type InitialAppServiceRegistrationConfig = {
content_length_workaround: boolean
invite: string[]
include_user_id_in_mxid: boolean
receive_presences: boolean
}
}