mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-12 05:02:58 +02:00
m->d: fix image captions spec, fix upload issues
This commit is contained in:
parent
050cc9cee9
commit
a8670323a0
10 changed files with 203 additions and 97 deletions
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
|
@ -167,6 +167,8 @@ export namespace Event {
|
|||
export type M_Room_Message_File = {
|
||||
msgtype: "m.file" | "m.image" | "m.video" | "m.audio"
|
||||
body: string
|
||||
format?: "org.matrix.custom.html"
|
||||
formatted_body?: string
|
||||
filename?: string
|
||||
url: string
|
||||
info?: any
|
||||
|
@ -184,6 +186,8 @@ export namespace Event {
|
|||
export type M_Room_Message_Encrypted_File = {
|
||||
msgtype: "m.file" | "m.image" | "m.video" | "m.audio"
|
||||
body: string
|
||||
format?: "org.matrix.custom.html"
|
||||
formatted_body?: string
|
||||
filename?: string
|
||||
file: {
|
||||
url: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue