Remove comment

This commit is contained in:
RMidhunSuresh 2021-12-01 16:13:35 +05:30
parent 640cd88b6e
commit 49a56efa82

View file

@ -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;