From a5adb4b1c88f8ffd48a0adcfe820ac96cda18402 Mon Sep 17 00:00:00 2001
From: anoadragon453
Date: Wed, 30 Jun 2021 22:44:18 +0000
Subject: deploy: 04c8f308f453ee3d4fde453ed10c500cdc06b89e
---
develop/presence_router_module.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'develop/presence_router_module.html')
diff --git a/develop/presence_router_module.html b/develop/presence_router_module.html
index c62c4cfac9..9083bfc017 100644
--- a/develop/presence_router_module.html
+++ b/develop/presence_router_module.html
@@ -367,7 +367,9 @@ routing information pulled from the resulting dictionary.
Once you've crafted your module and installed it into the same Python environment as
Synapse, amend your homeserver config file with the following.
presence:
- routing_module:
+ enabled: true
+
+ presence_router:
module: my_module.ExamplePresenceRouter
config:
# Any configuration options for your module. The below is an example.
--
cgit 1.5.1