1 files changed, 3 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html
index 367eb5376b..f496dd023e 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -7781,7 +7781,9 @@ routing information pulled from the resulting dictionary.</p>
<p>Once you've crafted your module and installed it into the same Python environment as
Synapse, amend your homeserver config file with the following.</p>
<pre><code class="language-yaml">presence:
- routing_module:
+ enabled: true
+
+ presence_router:
module: my_module.ExamplePresenceRouter
config:
# Any configuration options for your module. The below is an example.
|