Fix iOS not uploading correctly to web

This commit is contained in:
Diego Mello 2024-05-21 11:49:40 -03:00
parent 2543aa2f9c
commit 2a340281e0
1 changed files with 3 additions and 3 deletions

View File

@ -288,9 +288,9 @@ export default class EncryptionRoom {
const getContent = async (_id: string, fileUrl: string) => {
const attachments = [];
let att = {
title: attachment.filename,
type: attachment.type,
mime: attachment.type,
title: attachment.name,
type: 'file',
// mime: attachment.type,
size: attachment.size,
description: attachment.description,
encryption: {