From 6dd44ef4857398e135ecb482184233944cdb054c Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 2 May 2023 16:46:36 +0000 Subject: deploy: 4de271a7fcde6b46611ba2aa9d45cdc6cc7275ab --- develop/usage/configuration/config_documentation.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'develop/usage') 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. +
  • jitter_delay: Delays push notifications by a random amount up to the given +duration. Useful for mitigating timing attacks. Optional, defaults to no +delay. Added in Synapse 1.84.0.
  • Example configuration:

    push:
       enabled: true
       include_content: false
       group_unread_count_by_room: false
    +  jitter_delay: "10s"
     

    Rooms

    -- cgit 1.5.1