mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-12-01 12:59:15 -06:00
Fix email text containing links
This commit is contained in:
parent
db19581fb2
commit
e85a36cb96
@ -144,7 +144,7 @@ class Emailer {
|
||||
htmlToText: {
|
||||
selectors: [
|
||||
{ selector: 'img', format: 'skip' },
|
||||
{ selector: 'a', options: { ignoreHref: true } }
|
||||
{ selector: 'a', options: { hideLinkHrefIfSameAsText: true } }
|
||||
]
|
||||
},
|
||||
message: {
|
||||
|
Loading…
Reference in New Issue
Block a user