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;
|
body: string;
|
||||||
info: AttachmentInfo;
|
info: AttachmentInfo;
|
||||||
// todo: what about m.audio?
|
// todo: what about m.audio?
|
||||||
msgtype: "m.image" | "m.file" | "m.video";
|
msgtype: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
file?: EncryptedFile;
|
file?: EncryptedFile;
|
||||||
filename?: string;
|
filename?: string;
|
||||||
|
|
Loading…
Reference in a new issue