Skip to content
Snippets Groups Projects
Unverified Commit e1779bc6 authored by Will Hunt's avatar Will Hunt Committed by GitHub
Browse files

Fix push.enabled config documentation (#14619)

* Fix push.enabled config documentation

* Create 14619.doc

* Update 14619.doc
parent 93ac3c19
No related branches found
No related tags found
No related merge requests found
Add new `push.enabled` config option to allow opting out of push notification calculation.
...@@ -3355,7 +3355,7 @@ Configuration settings related to push notifications ...@@ -3355,7 +3355,7 @@ Configuration settings related to push notifications
This setting defines options for push notifications. This setting defines options for push notifications.
This option has a number of sub-options. They are as follows: This option has a number of sub-options. They are as follows:
* `enable_push`: Enables or disables push notification calculation. Note, disabling this will also * `enabled`: 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. not interested in push/unread counters. This is enabled by default.
...@@ -3379,7 +3379,7 @@ This option has a number of sub-options. They are as follows: ...@@ -3379,7 +3379,7 @@ This option has a number of sub-options. They are as follows:
Example configuration: Example configuration:
```yaml ```yaml
push: push:
enable_push: true enabled: true
include_content: false include_content: false
group_unread_count_by_room: false group_unread_count_by_room: false
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment