forked from mystiq/hydrogen-web
make type string
This commit is contained in:
parent
66b4f9bfe5
commit
640cd88b6e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export type Attachment = {
|
|||
body: string;
|
||||
info: AttachmentInfo;
|
||||
// todo: what about m.audio?
|
||||
msgtype: "m.image" | "m.file" | "m.video";
|
||||
msgtype: string;
|
||||
url?: string;
|
||||
file?: EncryptedFile;
|
||||
filename?: string;
|
||||
|
|
Loading…
Reference in a new issue