mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
Support m->d redacting messages and reactions
This commit is contained in:
parent
2e68c7edf5
commit
8d3ac665c9
7 changed files with 74 additions and 2 deletions
6
types.d.ts
vendored
6
types.d.ts
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue