'beautify' composeMessage

This commit is contained in:
2022-03-04 23:51:49 +01:00
parent 5062692e44
commit 1baf3e5f7f
+3 -3
View File
@@ -5,9 +5,9 @@ module.exports = class StreamHandler {
async sendPrivateMessage(to, subject, text) {
this.streamConfig.wrap.composeMessage({
to: to,
subject: subject,
text: text,
to,
subject,
text,
});
}