diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-08-17 13:23:12 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-08-17 13:23:12 +0000 |
commit | d09375c55ba75c2b499a763456f84098899844ab (patch) | |
tree | 9984658cb2ca333df576f2c5cd7585044a149c52 /develop/usage/configuration/homeserver_sample_config.html | |
parent | deploy: 56397599809e131174daaeb4c6dc18fde9db6c3f (diff) | |
download | synapse-d09375c55ba75c2b499a763456f84098899844ab.tar.xz |
deploy: 1a9f531c79f8a043db6f151c5393f23aa5675800
Diffstat (limited to 'develop/usage/configuration/homeserver_sample_config.html')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 14 |
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: "my_custom_router.PresenceRouter" - - # 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 |