From 37b0c8b51348d6908a8a2e9086923ee8a24789e5 Mon Sep 17 00:00:00 2001
From: DMRobertson
You can follow the PyICU documentation to do so,
-and then do pip install matrix-synapse[icu]
for a PyPI install.
pip install matrix-synapse[user-search]
for a PyPI install.
Docker images and Debian packages need nothing specific as they already include or specify ICU as an explicit dependency.
This may affect you if you make use of custom HTML templates for the -reCAPTCHA or -terms fallback pages.
+reCAPTCHA (synapse/res/templates/recaptcha.html
) or
+terms (synapse/res/templates/terms.html
) fallback pages.
The template is now provided an error
variable if the authentication
process failed. See the default templates linked above for an example.
sso_redirect_confirm_template_dir
configuration then these templates
will need to be copied from
-synapse/res/templates into that directory.
+synapse/res/templates
into that directory.
Plugins using the complete_sso_login
method of
synapse.module_api.ModuleApi
should update to using the async/await
--
cgit 1.5.1