mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
move namespace_prefix into a sub-object
This commit is contained in:
parent
f4bfe54850
commit
3a59d66626
3 changed files with 5 additions and 3 deletions
4
types.d.ts
vendored
4
types.d.ts
vendored
|
@ -4,7 +4,6 @@ export type AppServiceRegistrationConfig = {
|
|||
hs_token: string
|
||||
url: string
|
||||
sender_localpart: string
|
||||
namespace_prefix: string
|
||||
namespaces: {
|
||||
users: {
|
||||
exclusive: boolean
|
||||
|
@ -17,6 +16,9 @@ export type AppServiceRegistrationConfig = {
|
|||
}
|
||||
protocols: [string]
|
||||
rate_limited: boolean
|
||||
ooye: {
|
||||
namespace_prefix: string
|
||||
}
|
||||
}
|
||||
|
||||
export type WebhookCreds = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue