mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-11 20:19:25 +02:00
Comments
This commit is contained in:
parent
0e6aa56379
commit
b435f3fbb8
1 changed files with 4 additions and 1 deletions
|
@ -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) {
|
if(false != area.autoSignatures) {
|
||||||
const sig = this.client.user.getProperty(UserProps.AutoSignature);
|
const sig = this.client.user.getProperty(UserProps.AutoSignature);
|
||||||
if(sig) {
|
if(sig) {
|
||||||
|
@ -364,8 +367,8 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// finally, create the message
|
||||||
msgOpts.message = messageBody;
|
msgOpts.message = messageBody;
|
||||||
|
|
||||||
this.message = new Message(msgOpts);
|
this.message = new Message(msgOpts);
|
||||||
|
|
||||||
return cb(null);
|
return cb(null);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue