Merge pull request #1605 from Bilb/enable-fsv2-sending-side

enable fileserver v2 sending side
pull/1611/head
Audric Ackermann 4 years ago committed by GitHub
commit aaada9628f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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