From 37b0c8b51348d6908a8a2e9086923ee8a24789e5 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 17 Jan 2023 12:46:31 +0000 Subject: deploy: b6955673bfab5c8d553e8b43e9c50dd7b1212e2a --- latest/upgrade.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'latest/upgrade.html') diff --git a/latest/upgrade.html b/latest/upgrade.html index 94da3b1497..69a5fa9da6 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -238,7 +238,7 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb the ICU native dependency and its development headers so that PyICU can build since no prebuilt wheels are available.

You can follow the PyICU documentation to do so, -and then do pip install matrix-synapse[icu] for a PyPI install.

+and then do 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.

Upgrading to v1.73.0

@@ -791,8 +791,8 @@ federation requests.

Delete Room API.

User-interactive authentication fallback templates can now display errors

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.

Removal of out-of-date email pushers

@@ -1256,7 +1256,7 @@ INSERT INTO background_updates (update_name, progress_json, depends_on) VALUES is configured to use SSO and a custom 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.

Synapse SSO Plugins Method Deprecation

Plugins using the complete_sso_login method of synapse.module_api.ModuleApi should update to using the async/await -- cgit 1.5.1