| @@ -107,23 +107,23 @@ matrix_mxisd_configuration_yaml: | | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_templates_enabled %} | {% if matrix_mxisd_threepid_medium_email_custom_templates_enabled %} | ||||
| generators: | generators: | ||||
| template: | template: | ||||
| {% if matrix_mxisd_threepid_medium_email_custom_invite_template %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_invite_template %} | |||||
| invite: '/var/mxisd/invite-template.eml' | invite: '/var/mxisd/invite-template.eml' | ||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_session_validation_template or matrix_mxisd_threepid_medium_email_custom_unbind_fraudulent_template %} | |||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_session_validation_template or matrix_mxisd_threepid_medium_email_custom_unbind_fraudulent_template %} | |||||
| session: | session: | ||||
| {% if matrix_mxisd_threepid_medium_email_custom_session_validation_template %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_session_validation_template %} | |||||
| validation: '/var/mxisd/validate-template.eml' | validation: '/var/mxisd/validate-template.eml' | ||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_unbind_fraudulent_template %} | |||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_unbind_fraudulent_template %} | |||||
| unbind: | unbind: | ||||
| frandulent: '/var/mxisd/unbind-fraudulent.eml' | frandulent: '/var/mxisd/unbind-fraudulent.eml' | ||||
| {% endif %} | |||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_matrixid_template %} | |||||
| {% endif %} | |||||
| {% endif %} | |||||
| {% if matrix_mxisd_threepid_medium_email_custom_matrixid_template %} | |||||
| generic: | generic: | ||||
| matrixId: '/var/mxisd/mxid-template.eml' | matrixId: '/var/mxisd/mxid-template.eml' | ||||
| {% endif %} | |||||
| {% endif %} | |||||
| {% endif %} | {% endif %} | ||||
| synapseSql: | synapseSql: | ||||