From 72e77600465d68edfe3b23abc3509ed1a76a11e4 Mon Sep 17 00:00:00 2001 From: cel Date: Sun, 3 Feb 2019 14:50:25 -1000 Subject: Fix saving draft with upload --- lib/serve.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/serve.js b/lib/serve.js index d7bf58d..d92117e 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -3532,6 +3532,7 @@ Serve.prototype.composer = function (opts, cb) { data.text = (data.text ? data.text + '\n' : '') + (isMedia ? '!' : '') + '[' + blobPrefix + data.upload.name + '](' + href + ')' + data.upload = null } // get bare feed names -- cgit v1.2.3