Support m->d redacting messages and reactions

This commit is contained in:
Cadence Ember
2023-09-25 16:26:48 +13:00
parent 2e68c7edf5
commit 8d3ac665c9
7 changed files with 74 additions and 2 deletions

6
types.d.ts vendored
View File

@@ -173,6 +173,12 @@ export namespace Event {
key: string // the unicode emoji, mxc uri, or reaction text
}
}
export type Outer_M_Room_Redaction = Outer<{
reason?: string
}> & {
redacts: string
}
}
export namespace R {