mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
deploy: 04c8f308f4
This commit is contained in:
parent
4fee839fe4
commit
a5adb4b1c8
4 changed files with 8 additions and 4 deletions
|
@ -367,7 +367,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
|
<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>
|
Synapse, amend your homeserver config file with the following.</p>
|
||||||
<pre><code class="language-yaml">presence:
|
<pre><code class="language-yaml">presence:
|
||||||
routing_module:
|
enabled: true
|
||||||
|
|
||||||
|
presence_router:
|
||||||
module: my_module.ExamplePresenceRouter
|
module: my_module.ExamplePresenceRouter
|
||||||
config:
|
config:
|
||||||
# Any configuration options for your module. The below is an example.
|
# Any configuration options for your module. The below is an example.
|
||||||
|
|
|
@ -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
|
<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>
|
Synapse, amend your homeserver config file with the following.</p>
|
||||||
<pre><code class="language-yaml">presence:
|
<pre><code class="language-yaml">presence:
|
||||||
routing_module:
|
enabled: true
|
||||||
|
|
||||||
|
presence_router:
|
||||||
module: my_module.ExamplePresenceRouter
|
module: my_module.ExamplePresenceRouter
|
||||||
config:
|
config:
|
||||||
# Any configuration options for your module. The below is an example.
|
# Any configuration options for your module. The below is an example.
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue