forked from mystiq/hydrogen-web
Remove comment
This commit is contained in:
parent
640cd88b6e
commit
49a56efa82
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
export type Attachment = {
|
export type Attachment = {
|
||||||
body: string;
|
body: string;
|
||||||
info: AttachmentInfo;
|
info: AttachmentInfo;
|
||||||
// todo: what about m.audio?
|
|
||||||
msgtype: string;
|
msgtype: string;
|
||||||
url?: string;
|
url?: string;
|
||||||
file?: EncryptedFile;
|
file?: EncryptedFile;
|
||||||
|
|
Loading…
Reference in a new issue