diff options
-rw-r--r-- | lib/serve.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |