enable fileserver v2 sending side

pull/1605/head
Audric Ackermann 4 years ago
parent e733f29395
commit 682508bf3b
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -20,7 +20,7 @@ const FILES_ENDPOINT = 'files';
// Disable this if you don't want to use the file server v2 for sending
// Receiving is always enabled if the attachments url matches a fsv2 url
export const useFileServerAPIV2Sending = false;
export const useFileServerAPIV2Sending = true;
/**
* Upload a file to the file server v2

Loading…
Cancel
Save