mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
m2d reactions (untested)
This commit is contained in:
parent
39cdba9f90
commit
61120d92c6
7 changed files with 58 additions and 11 deletions
8
types.d.ts
vendored
8
types.d.ts
vendored
|
@ -62,6 +62,14 @@ namespace Event {
|
|||
display_name?: string
|
||||
avatar_url?: string
|
||||
}
|
||||
|
||||
export type M_Reaction = {
|
||||
"m.relates_to": {
|
||||
rel_type: "m.annotation"
|
||||
event_id: string // the event that was reacted to
|
||||
key: string // the unicode emoji, mxc uri, or reaction text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace R {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue