mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 20:32:50 +02:00
UI for linking existing space
This commit is contained in:
parent
3d0609f8f1
commit
d45a0bdc10
15 changed files with 293 additions and 116 deletions
5
src/types.d.ts
vendored
5
src/types.d.ts
vendored
|
@ -281,6 +281,11 @@ export namespace Event {
|
|||
users_default?: number
|
||||
}
|
||||
|
||||
export type M_Space_Child = {
|
||||
via?: string[]
|
||||
suggested?: boolean
|
||||
}
|
||||
|
||||
export type M_Reaction = {
|
||||
"m.relates_to": {
|
||||
rel_type: "m.annotation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue