Room version 12 and room upgrades

This commit is contained in:
Cadence Ember
2026-01-07 02:43:20 +13:00
parent 092a4cf7b0
commit 55e0e5dfa1
27 changed files with 666 additions and 483 deletions

15
src/types.d.ts vendored
View File

@@ -143,21 +143,6 @@ export namespace Event {
}
}
export type BaseStateEvent = {
type: string
room_id: string
sender: string
content: any
state_key: string
origin_server_ts: number
unsigned?: any
event_id: string
user_id: string
age: number
replaces_state: string
prev_content?: any
}
export type StrippedChildStateEvent = {
type: string
state_key: string