enable fileserver v2 sending side

This commit is contained in:
Audric Ackermann 2021-05-07 13:00:23 +10:00
parent e733f29395
commit 682508bf3b
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

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