UI for linking existing space

This commit is contained in:
Cadence Ember 2025-02-04 02:45:38 +13:00
commit d45a0bdc10
15 changed files with 293 additions and 116 deletions

5
src/types.d.ts vendored
View file

@ -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"