mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
store room name changes to nick in db
This commit is contained in:
parent
88eb8c2290
commit
df651241a5
2 changed files with 21 additions and 1 deletions
11
types.d.ts
vendored
11
types.d.ts
vendored
|
@ -70,7 +70,12 @@ export namespace Event {
|
|||
msgtype: "m.text" | "m.emote"
|
||||
body: string
|
||||
format?: "org.matrix.custom.html"
|
||||
formatted_body?: string
|
||||
formatted_body?: string,
|
||||
"m.relates_to"?: {
|
||||
"m.in_reply_to": {
|
||||
event_id: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type M_Room_Member = {
|
||||
|
@ -84,6 +89,10 @@ export namespace Event {
|
|||
url?: string
|
||||
}
|
||||
|
||||
export type M_Room_Name = {
|
||||
name?: string
|
||||
}
|
||||
|
||||
export type M_Reaction = {
|
||||
"m.relates_to": {
|
||||
rel_type: "m.annotation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue