normalize subject for threading

This commit is contained in:
Andris Reinman 2018-11-13 14:06:29 +02:00
parent d3d441bfc0
commit b89aa5e51c

View file

@ -1038,7 +1038,7 @@ class MessageHandler {
} }
subject = this.normalizeSubject(subject, { subject = this.normalizeSubject(subject, {
removePrefix: false removePrefix: true
}); });
let flags = [].concat(options.flags || []); let flags = [].concat(options.flags || []);