Support m->d redacting messages and reactions
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user