From 37b0c8b51348d6908a8a2e9086923ee8a24789e5 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 17 Jan 2023 12:46:31 +0000 Subject: deploy: b6955673bfab5c8d553e8b43e9c50dd7b1212e2a --- latest/modules/writing_a_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'latest/modules') diff --git a/latest/modules/writing_a_module.html b/latest/modules/writing_a_module.html index 5922ee854b..a7b6671d6f 100644 --- a/latest/modules/writing_a_module.html +++ b/latest/modules/writing_a_module.html @@ -189,8 +189,8 @@ that Synapse does not allow registering resources for several sub-paths in the < namespace (such as anything under /_matrix/client for example). It is strongly recommended that modules register their web resources under the /_synapse/client namespace.

-

The provided resource is a Python class that implements Twisted's IResource -interface (such as Resource).

+

The provided resource is a Python class that implements Twisted's IResource +interface (such as Resource).

Only one resource can be registered for a given path. If several modules attempt to register a resource for the same path, the module that appears first in Synapse's configuration file takes priority.

-- cgit 1.5.1