summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authoranoadragon453 <anoadragon453@users.noreply.github.com>2021-06-30 22:44:18 +0000
committeranoadragon453 <anoadragon453@users.noreply.github.com>2021-06-30 22:44:18 +0000
commita5adb4b1c88f8ffd48a0adcfe820ac96cda18402 (patch)
tree7f03e665f784720615f9f9bea9fa0067c9b52855 /develop/print.html
parentdeploy: e6f5b9359fab9f9b93e3e8e18a634b02687fb1d7 (diff)
downloadsynapse-a5adb4b1c88f8ffd48a0adcfe820ac96cda18402.tar.xz
deploy: 04c8f308f453ee3d4fde453ed10c500cdc06b89e
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html4
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.