summary refs log tree commit diff
path: root/develop/usage/configuration/homeserver_sample_config.html
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2021-08-17 13:23:12 +0000
committerbabolivier <babolivier@users.noreply.github.com>2021-08-17 13:23:12 +0000
commitd09375c55ba75c2b499a763456f84098899844ab (patch)
tree9984658cb2ca333df576f2c5cd7585044a149c52 /develop/usage/configuration/homeserver_sample_config.html
parentdeploy: 56397599809e131174daaeb4c6dc18fde9db6c3f (diff)
downloadsynapse-d09375c55ba75c2b499a763456f84098899844ab.tar.xz
deploy: 1a9f531c79f8a043db6f151c5393f23aa5675800
Diffstat (limited to 'develop/usage/configuration/homeserver_sample_config.html')
-rw-r--r--develop/usage/configuration/homeserver_sample_config.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html
index fc38bacd42..73adde4b62 100644
--- a/develop/usage/configuration/homeserver_sample_config.html
+++ b/develop/usage/configuration/homeserver_sample_config.html
@@ -300,20 +300,6 @@ presence:
   #
   #enabled: false
 
-  # Presence routers are third-party modules that can specify additional logic
-  # to where presence updates from users are routed.
-  #
-  presence_router:
-    # The custom module's class. Uncomment to use a custom presence router module.
-    #
-    #module: &quot;my_custom_router.PresenceRouter&quot;
-
-    # Configuration options of the custom module. Refer to your module's
-    # documentation for available options.
-    #
-    #config:
-    #  example_option: 'something'
-
 # Whether to require authentication to retrieve profile data (avatars,
 # display names) of other users through the client API. Defaults to
 # 'false'. Note that profile data is also available via the federation