mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:26:03 -04:00
Hopefully all remaining bits for email notifs
Add public facing base url to the server so synapse knows what URL to use when converting mxc to http urls for use in emails
This commit is contained in:
parent
7b4715bad7
commit
fa12209c1b
7 changed files with 195 additions and 42 deletions
|
@ -47,6 +47,7 @@ CONDITIONAL_REQUIREMENTS = {
|
|||
},
|
||||
"email.enable_notifs": {
|
||||
"Jinja2>=2.8": ["Jinja2>=2.8"],
|
||||
"bleach>=1.4.2": ["bleach>=1.4.2"],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue