This commit is contained in:
djmaze 2021-12-06 10:35:43 +01:00
parent 30a6b053bb
commit 13145cd3dc

View file

@ -507,7 +507,7 @@ export const MessageUserStore = new class {
body = Element.fromHTML('<div id="' + id + '" hidden="" class="b-text-part '
+ (isHtml ? 'html' : 'plain') + '">'
+ findEmailAndLinks(resultHtml)
+ (isHtml ? resultHtml : findEmailAndLinks(resultHtml))
+ '</div>');
if (isHtml) {