1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix email footer

Do not include notif preferences in contact form email
This commit is contained in:
Chocobozzz 2020-11-10 15:56:13 +01:00
parent 10c8b0b743
commit b9cf3fb638
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 27 additions and 13 deletions

View file

@ -606,7 +606,10 @@ class Emailer {
locals: {
fromName,
fromEmail,
body
body,
// There are not notification preferences for the contact form
hideNotificationPreferences: true
}
}