From 682508bf3ba971d845211bd2f3f682f3bd06f8f1 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 7 May 2021 13:00:23 +1000 Subject: [PATCH] enable fileserver v2 sending side --- ts/fileserver/FileServerApiV2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/fileserver/FileServerApiV2.ts b/ts/fileserver/FileServerApiV2.ts index b0c0c2703..7d752e199 100644 --- a/ts/fileserver/FileServerApiV2.ts +++ b/ts/fileserver/FileServerApiV2.ts @@ -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