mirror of https://github.com/Chocobozzz/PeerTube
Fix email text containing links
parent
db19581fb2
commit
e85a36cb96
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue