2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/10288.doc b/changelog.d/10288.doc
new file mode 100644
index 0000000000..0739687b92
--- /dev/null
+++ b/changelog.d/10288.doc
@@ -0,0 +1 @@
+Fix homeserver config option name in presence router documentation.
diff --git a/docs/presence_router_module.md b/docs/presence_router_module.md
index bf859e4254..4a3e720240 100644
--- a/docs/presence_router_module.md
+++ b/docs/presence_router_module.md
@@ -222,7 +222,9 @@ Synapse, amend your homeserver config file with the following.
```yaml
presence:
- routing_module:
+ enabled: true
+
+ presence_router:
module: my_module.ExamplePresenceRouter
config:
# Any configuration options for your module. The below is an example.
|