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

Support variable in email subject/signature

This commit is contained in:
Chocobozzz 2025-06-17 10:25:29 +02:00
parent 614d906ca6
commit ce28c64750
No known key found for this signature in database
GPG key ID: 583A612D890159BE
14 changed files with 198 additions and 103 deletions

View file

@ -528,6 +528,15 @@ function customConfig (): CustomConfig {
player: {
autoPlay: CONFIG.DEFAULTS.PLAYER.AUTO_PLAY
}
},
email: {
body: {
signature: CONFIG.EMAIL.BODY.SIGNATURE
},
subject: {
prefix: CONFIG.EMAIL.SUBJECT.PREFIX
}
}
}
}