Fix iOS not uploading correctly to web
This commit is contained in:
parent
2543aa2f9c
commit
2a340281e0
|
@ -288,9 +288,9 @@ export default class EncryptionRoom {
|
||||||
const getContent = async (_id: string, fileUrl: string) => {
|
const getContent = async (_id: string, fileUrl: string) => {
|
||||||
const attachments = [];
|
const attachments = [];
|
||||||
let att = {
|
let att = {
|
||||||
title: attachment.filename,
|
title: attachment.name,
|
||||||
type: attachment.type,
|
type: 'file',
|
||||||
mime: attachment.type,
|
// mime: attachment.type,
|
||||||
size: attachment.size,
|
size: attachment.size,
|
||||||
description: attachment.description,
|
description: attachment.description,
|
||||||
encryption: {
|
encryption: {
|
||||||
|
|
Loading…
Reference in New Issue