mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
updating tap-dot for prettier output
This commit is contained in:
parent
c4bc079865
commit
27b8c547e3
4 changed files with 13 additions and 11 deletions
4
types.d.ts
vendored
4
types.d.ts
vendored
|
@ -69,8 +69,8 @@ export namespace Event {
|
|||
export type M_Room_Message = {
|
||||
msgtype: "m.text"
|
||||
body: string
|
||||
formatted_body?: "org.matrix.custom.html"
|
||||
format?: string
|
||||
format?: "org.matrix.custom.html"
|
||||
formatted_body?: string
|
||||
}
|
||||
|
||||
export type M_Room_Member = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue