You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Ever since #3972 (the first final build of which appears to be v0.33.6), the Docker image does not include the /synapse directory anymore.
All the code is still in /usr/local/lib/python2.7/site-packages/synapse and it works as expected, but res/templates is not available anywhere anymore (used to be in /synapse/res/templates).
This means that container users (such as matrix-docker-ansible-deploy) which want to use the default email templates cannot easily do it anymore.
Ever since #3972 (the first final build of which appears to be
v0.33.6), the Docker image does not include the/synapsedirectory anymore.All the code is still in
/usr/local/lib/python2.7/site-packages/synapseand it works as expected, butres/templatesis not available anywhere anymore (used to be in/synapse/res/templates).This means that container users (such as matrix-docker-ansible-deploy) which want to use the default email templates cannot easily do it anymore.