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:
parent
614d906ca6
commit
ce28c64750
14 changed files with 198 additions and 103 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue