mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
remember any room avatars set on matrix-side
This commit is contained in:
parent
bfe9efe62e
commit
92cd628a6c
5 changed files with 40 additions and 7 deletions
9
types.d.ts
vendored
9
types.d.ts
vendored
|
@ -38,6 +38,10 @@ namespace Event {
|
|||
event_id: string
|
||||
}
|
||||
|
||||
export type StateOuter<T> = Outer<T> & {
|
||||
state_key: string
|
||||
}
|
||||
|
||||
export type ReplacementContent<T> = T & {
|
||||
"m.new_content": T
|
||||
"m.relates_to": {
|
||||
|
@ -74,6 +78,11 @@ namespace Event {
|
|||
avatar_url?: string
|
||||
}
|
||||
|
||||
export type M_Room_Avatar = {
|
||||
discord_path?: string
|
||||
url?: string
|
||||
}
|
||||
|
||||
export type M_Reaction = {
|
||||
"m.relates_to": {
|
||||
rel_type: "m.annotation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue