From 74b65bfc5f3c58005e3892b314e73cfde32355f6 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 2 Nov 2021 14:27:50 +0000 Subject: deploy: 2d44ee6868805d4ff23489a8dd6b4072ff358663 --- latest/modules/porting_legacy_module.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'latest/modules/porting_legacy_module.html') diff --git a/latest/modules/porting_legacy_module.html b/latest/modules/porting_legacy_module.html index b03f0e3aec..e831655ea5 100644 --- a/latest/modules/porting_legacy_module.html +++ b/latest/modules/porting_legacy_module.html @@ -99,7 +99,7 @@ @@ -194,6 +194,8 @@ for more info). should register this resource in its __init__ method using the register_web_resource method from the ModuleApi class (see this section for more info).

+

There is no longer a get_db_schema_files callback provided for password auth provider modules. Any +changes to the database should now be made by the module using the module API class.

The module's author should also update any example in the module's configuration to only use the new modules section in Synapse's configuration file (see this section for more info).

@@ -203,7 +205,7 @@ for more info).