store room name changes to nick in db
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user