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:
parent
10c8b0b743
commit
b9cf3fb638
4 changed files with 27 additions and 13 deletions
|
@ -606,7 +606,10 @@ class Emailer {
|
|||
locals: {
|
||||
fromName,
|
||||
fromEmail,
|
||||
body
|
||||
body,
|
||||
|
||||
// There are not notification preferences for the contact form
|
||||
hideNotificationPreferences: true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue