1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +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

@ -122,6 +122,16 @@ export interface CustomConfig {
email: string
}
email: {
body: {
signature: string
}
subject: {
prefix: string
}
}
contactForm: {
enabled: boolean
}