From 49a56efa82d5a8d8c3f4f06374c2ee381e14a9b3 Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 1 Dec 2021 16:13:35 +0530 Subject: [PATCH] Remove comment --- src/matrix/net/types/response.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/net/types/response.ts b/src/matrix/net/types/response.ts index aabcde73..f1102a1b 100644 --- a/src/matrix/net/types/response.ts +++ b/src/matrix/net/types/response.ts @@ -17,7 +17,6 @@ limitations under the License. export type Attachment = { body: string; info: AttachmentInfo; - // todo: what about m.audio? msgtype: string; url?: string; file?: EncryptedFile;