rearranging and experiments

This commit is contained in:
Cadence Ember 2023-04-26 08:06:08 +12:00
commit 6990957c9e
12 changed files with 156 additions and 26 deletions

7
types.d.ts vendored
View file

@ -1 +1,6 @@
export type MatrixMessage = {}
export type M_Room_Message_content = {
msgtype: "m.text"
body: string
formatted_body?: "org.matrix.custom.html"
format?: string
}