deploy: 71f3e53ad0
parent
16706d44e9
commit
bdc20fc875
|
@ -6333,6 +6333,10 @@ ownership. Defaults to "[%(server_name)s] Validate your email"</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
|
||||||
|
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>
|
||||||
<li><code>include_content</code>: Clients requesting push notifications can either have the body of
|
<li><code>include_content</code>: Clients requesting push notifications can either have the body of
|
||||||
the message sent in the notification poke along with other details
|
the message sent in the notification poke along with other details
|
||||||
like the sender, or just the event ID and room ID (<code>event_id_only</code>).
|
like the sender, or just the event ID and room ID (<code>event_id_only</code>).
|
||||||
|
@ -6352,6 +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
|
||||||
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
|
@ -3011,6 +3011,10 @@ ownership. Defaults to "[%(server_name)s] Validate your email"</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
|
||||||
|
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>
|
||||||
<li><code>include_content</code>: Clients requesting push notifications can either have the body of
|
<li><code>include_content</code>: Clients requesting push notifications can either have the body of
|
||||||
the message sent in the notification poke along with other details
|
the message sent in the notification poke along with other details
|
||||||
like the sender, or just the event ID and room ID (<code>event_id_only</code>).
|
like the sender, or just the event ID and room ID (<code>event_id_only</code>).
|
||||||
|
@ -3030,6 +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
|
||||||
include_content: false
|
include_content: false
|
||||||
group_unread_count_by_room: false
|
group_unread_count_by_room: false
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
Loading…
Reference in New Issue