Don't store support attachments into the drive

pull/1/head
yflory 2020-11-25 16:40:47 +01:00
parent ff0a570034
commit 76d527d0b2
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ define([
var fmConfig = {
body: $('body'),
noStore: true, // Don't store attachments into our drive
onUploaded: function (ev, data) {
if (ev.callback) {
ev.callback(data);