Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a5adb4b

Browse files
committed
deploy: 04c8f30
1 parent 4fee839 commit a5adb4b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

develop/presence_router_module.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
367367
<p>Once you've crafted your module and installed it into the same Python environment as
368368
Synapse, amend your homeserver config file with the following.</p>
369369
<pre><code class="language-yaml">presence:
370-
routing_module:
370+
enabled: true
371+
372+
presence_router:
371373
module: my_module.ExamplePresenceRouter
372374
config:
373375
# Any configuration options for your module. The below is an example.

develop/print.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7781,7 +7781,9 @@ <h2 id="configuration-3"><a class="header" href="#configuration-3">Configuration
77817781
<p>Once you've crafted your module and installed it into the same Python environment as
77827782
Synapse, amend your homeserver config file with the following.</p>
77837783
<pre><code class="language-yaml">presence:
7784-
routing_module:
7784+
enabled: true
7785+
7786+
presence_router:
77857787
module: my_module.ExamplePresenceRouter
77867788
config:
77877789
# Any configuration options for your module. The below is an example.

develop/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

develop/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)