This commit is contained in:
DMRobertson 2022-12-05 12:48:27 +00:00
parent 06a905fcdf
commit c40fcf1bb0
4 changed files with 6 additions and 6 deletions

View file

@ -6333,7 +6333,7 @@ ownership. Defaults to &quot;[%(server_name)s] Validate your email&quot;</li>
<p>This setting defines options for push notifications.</p> <p>This setting defines options for push notifications.</p>
<p>This option has a number of sub-options. They are as follows:</p> <p>This option has a number of sub-options. They are as follows:</p>
<ul> <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 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 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> not interested in push/unread counters. This is enabled by default.</li>
@ -6356,7 +6356,7 @@ of unread messages.</li>
</ul> </ul>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml">push: <pre><code class="language-yaml">push:
enable_push: true enabled: true
include_content: false include_content: false
group_unread_count_by_room: false group_unread_count_by_room: false
</code></pre> </code></pre>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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 setting defines options for push notifications.</p>
<p>This option has a number of sub-options. They are as follows:</p> <p>This option has a number of sub-options. They are as follows:</p>
<ul> <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 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 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> not interested in push/unread counters. This is enabled by default.</li>
@ -3034,7 +3034,7 @@ of unread messages.</li>
</ul> </ul>
<p>Example configuration:</p> <p>Example configuration:</p>
<pre><code class="language-yaml">push: <pre><code class="language-yaml">push:
enable_push: true enabled: true
include_content: false include_content: false
group_unread_count_by_room: false group_unread_count_by_room: false
</code></pre> </code></pre>