From d07f6856fecde7d0e397d8dc614c697d24dd2d40 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Thu, 5 Jan 2023 18:18:54 +0000 Subject: deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b --- develop/modules/writing_a_module.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'develop/modules/writing_a_module.html') diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html index 5922ee854b..a7b6671d6f 100644 --- a/develop/modules/writing_a_module.html +++ b/develop/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