Bridge the shortcode as part of reactions

This commit is contained in:
Cadence Ember
2023-09-25 20:18:57 +13:00
parent 4f807159ba
commit a396e6f596
3 changed files with 13 additions and 8 deletions

3
types.d.ts vendored
View File

@@ -171,7 +171,8 @@ export namespace Event {
rel_type: "m.annotation"
event_id: string // the event that was reacted to
key: string // the unicode emoji, mxc uri, or reaction text
}
},
"shortcode"?: string // starts and ends with colons
}
export type Outer_M_Room_Redaction = Outer<{