summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-12-05 12:48:27 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-12-05 12:48:27 +0000
commitc40fcf1bb05c98e90b9875ab2d8ea661cd47dbac (patch)
tree6f0cb45e0dbc1ddb62b6adba1024b5d70b4031d0 /develop/usage/configuration/config_documentation.html
parentdeploy: 6acb6d772a77a4398c112d82118c5b79755a91cb (diff)
downloadsynapse-c40fcf1bb05c98e90b9875ab2d8ea661cd47dbac.tar.xz
deploy: e1779bc69fe217b2a8dac36beb9896f0c9dbfb3e
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 8db576b6fa..5f590f6637 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -3011,7 +3011,7 @@ ownership. Defaults to &quot;[%(server_name)s] Validate your email&quot;</li> <p>This setting defines options for push notifications.</p> <p>This option has a number of sub-options. They are as follows:</p> <ul> -<li><code>enable_push</code>: Enables or disables push notification calculation. Note, disabling this will also +<li><code>enabled</code>: Enables or disables push notification calculation. Note, disabling this will also stop unread counts being calculated for rooms. This mode of operation is intended for homeservers which may only have bots or appservice users connected, or are otherwise not interested in push/unread counters. This is enabled by default.</li> @@ -3034,7 +3034,7 @@ of unread messages.</li> </ul> <p>Example configuration:</p> <pre><code class="language-yaml">push: - enable_push: true + enabled: true include_content: false group_unread_count_by_room: false </code></pre>