mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
add turndown for m->d formatting
This commit is contained in:
parent
27b8c547e3
commit
8c4e16e255
5 changed files with 297 additions and 16 deletions
2
types.d.ts
vendored
2
types.d.ts
vendored
|
@ -67,7 +67,7 @@ export namespace Event {
|
|||
}
|
||||
|
||||
export type M_Room_Message = {
|
||||
msgtype: "m.text"
|
||||
msgtype: "m.text" | "m.emote"
|
||||
body: string
|
||||
format?: "org.matrix.custom.html"
|
||||
formatted_body?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue