summary refs log tree commit diff
path: root/develop/usage
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-05-02 16:46:36 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-05-02 16:46:36 +0000
commit6dd44ef4857398e135ecb482184233944cdb054c (patch)
tree5811044fac61efb6004370112aa86825f4b62bd7 /develop/usage
parentdeploy: ca6bda2f5799bdc7caed542e439d7c8dc302e8ce (diff)
downloadsynapse-6dd44ef4857398e135ecb482184233944cdb054c.tar.xz
deploy: 4de271a7fcde6b46611ba2aa9d45cdc6cc7275ab
Diffstat (limited to 'develop/usage')
-rw-r--r--develop/usage/configuration/config_documentation.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 8a9624d123..808b4881db 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -3098,12 +3098,16 @@ This number can either be calculated as the number of unread messages for the u user has unread messages in. Defaults to true, meaning push clients will see the number of rooms with unread messages in them. Set to false to instead send the number of unread messages.</li> +<li><code>jitter_delay</code>: Delays push notifications by a random amount up to the given +duration. Useful for mitigating timing attacks. Optional, defaults to no +delay. <em>Added in Synapse 1.84.0.</em></li> </ul> <p>Example configuration:</p> <pre><code class="language-yaml">push: enabled: true include_content: false group_unread_count_by_room: false + jitter_delay: &quot;10s&quot; </code></pre> <hr /> <h2 id="rooms"><a class="header" href="#rooms">Rooms</a></h2>