summary refs log tree commit diff
path: root/develop/modules/writing_a_module.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-12-13 16:39:14 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-12-13 16:39:14 +0000
commit306ba25c38f864280c9f78a06816d713f1113416 (patch)
treecdde35d91cd432569b79e62878809fe7c0605aa3 /develop/modules/writing_a_module.html
parentdeploy: 0455c40085db7356f73b12e2592e35f02321c6ef (diff)
downloadsynapse-306ba25c38f864280c9f78a06816d713f1113416.tar.xz
deploy: 930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86
Diffstat (limited to 'develop/modules/writing_a_module.html')
-rw-r--r--develop/modules/writing_a_module.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/modules/writing_a_module.html b/develop/modules/writing_a_module.html

index 3db68cf8e7..9a1525490c 100644 --- a/develop/modules/writing_a_module.html +++ b/develop/modules/writing_a_module.html
@@ -168,7 +168,7 @@ the <code>synapse.module_api.ModuleApi</code> class. The configuration is a dict either the output of the module's <code>parse_config</code> static method (see below), or the configuration associated with the module in Synapse's configuration file.</p> <p>See the documentation for the <code>ModuleApi</code> class -<a href="https://github.com/element.-hq/synapse/blob/master/synapse/module_api/__init__.py">here</a>.</p> +<a href="https://github.com/element-hq/synapse/blob/master/synapse/module_api/__init__.py">here</a>.</p> <h2 id="when-synapse-runs-with-several-modules-configured"><a class="header" href="#when-synapse-runs-with-several-modules-configured">When Synapse runs with several modules configured</a></h2> <p>If Synapse is running with other modules configured, the order each module appears in within the <code>modules</code> section of the Synapse configuration file might restrict what it can