mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 04:33:02 +02:00
Resolve Matrix room aliases to Discord channels
This commit is contained in:
parent
6e55061760
commit
ad1aa2c0f6
4 changed files with 155 additions and 2 deletions
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
|
@ -336,6 +336,11 @@ export namespace R {
|
|||
room_id: string
|
||||
room_type?: string
|
||||
}
|
||||
|
||||
export type ResolvedRoom = {
|
||||
room_id: string
|
||||
servers: string[]
|
||||
}
|
||||
}
|
||||
|
||||
export type Pagination<T> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue