From b435f3fbb8e2d7db213b038da73e44bce0a296f3 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 10 Aug 2019 11:09:34 -0600 Subject: [PATCH] Comments --- core/fse.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/fse.js b/core/fse.js index 8b2214d8..3c1b70d3 100644 --- a/core/fse.js +++ b/core/fse.js @@ -357,6 +357,9 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul } } + // + // Append auto-signature, if enabled for the area & the user has one + // if(false != area.autoSignatures) { const sig = this.client.user.getProperty(UserProps.AutoSignature); if(sig) { @@ -364,8 +367,8 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul } } + // finally, create the message msgOpts.message = messageBody; - this.message = new Message(msgOpts); return cb(null);