deploy: 4de271a7fc
parent
94879a839a
commit
6dd44ef485
|
@ -6515,12 +6515,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
|
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
|
rooms with unread messages in them. Set to false to instead send the number
|
||||||
of unread messages.</li>
|
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>
|
</ul>
|
||||||
<p>Example configuration:</p>
|
<p>Example configuration:</p>
|
||||||
<pre><code class="language-yaml">push:
|
<pre><code class="language-yaml">push:
|
||||||
enabled: true
|
enabled: true
|
||||||
include_content: false
|
include_content: false
|
||||||
group_unread_count_by_room: false
|
group_unread_count_by_room: false
|
||||||
|
jitter_delay: "10s"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="rooms"><a class="header" href="#rooms">Rooms</a></h2>
|
<h2 id="rooms"><a class="header" href="#rooms">Rooms</a></h2>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
|
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
|
rooms with unread messages in them. Set to false to instead send the number
|
||||||
of unread messages.</li>
|
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>
|
</ul>
|
||||||
<p>Example configuration:</p>
|
<p>Example configuration:</p>
|
||||||
<pre><code class="language-yaml">push:
|
<pre><code class="language-yaml">push:
|
||||||
enabled: true
|
enabled: true
|
||||||
include_content: false
|
include_content: false
|
||||||
group_unread_count_by_room: false
|
group_unread_count_by_room: false
|
||||||
|
jitter_delay: "10s"
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<hr />
|
<hr />
|
||||||
<h2 id="rooms"><a class="header" href="#rooms">Rooms</a></h2>
|
<h2 id="rooms"><a class="header" href="#rooms">Rooms</a></h2>
|
||||||
|
|
Loading…
Reference in New Issue