mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:16:01 -04:00
Flesh out email templating
Mostly WIP porting the room name calculation logic from the web client so our room names in the email mirror the clients.
This commit is contained in:
parent
2ed0adb075
commit
c10ed26c30
4 changed files with 208 additions and 4 deletions
|
@ -46,7 +46,7 @@ CONDITIONAL_REQUIREMENTS = {
|
|||
"netaddr>=0.7.18": ["netaddr"],
|
||||
},
|
||||
"email.enable_notifs": {
|
||||
"Jinja2": ["Jinja2"],
|
||||
"Jinja2>=2.8": ["Jinja2>=2.8"],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue