mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Don't store support attachments into the drive
This commit is contained in:
parent
ff0a570034
commit
76d527d0b2
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user