From 7c2241385c1f28df655b8eec8cf793a9a0b002f2 Mon Sep 17 00:00:00 2001
From: babolivier
Date: Wed, 13 Oct 2021 11:22:18 +0000
Subject: deploy: cdd308845ba22fef22a39ed5bf904b438e48b491
---
develop/modules/porting_legacy_module.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'develop/modules/porting_legacy_module.html')
diff --git a/develop/modules/porting_legacy_module.html b/develop/modules/porting_legacy_module.html
index b03f0e3aec..e831655ea5 100644
--- a/develop/modules/porting_legacy_module.html
+++ b/develop/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).