Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/10288.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix homeserver config option name in presence router documentation.
4 changes: 3 additions & 1 deletion docs/presence_router_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down