Fix email text containing links

pull/4903/head
Chocobozzz 2022-04-15 15:17:32 +02:00
parent db19581fb2
commit e85a36cb96
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class Emailer {
htmlToText: { htmlToText: {
selectors: [ selectors: [
{ selector: 'img', format: 'skip' }, { selector: 'img', format: 'skip' },
{ selector: 'a', options: { ignoreHref: true } } { selector: 'a', options: { hideLinkHrefIfSameAsText: true } }
] ]
}, },
message: { message: {