updating tap-dot for prettier output

This commit is contained in:
Cadence Ember
2023-08-25 23:27:44 +12:00
parent c4bc079865
commit 27b8c547e3
4 changed files with 13 additions and 11 deletions

4
types.d.ts vendored
View File

@@ -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 = {