Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix push.enabled config documentation #14619

Merged
merged 3 commits into from
Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/14619.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix incorrect naming of `push.enabled` configuration option in documentation.
Half-Shot marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3355,7 +3355,7 @@ Configuration settings related to push notifications
This setting defines options for push notifications.

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
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.
Expand All @@ -3379,7 +3379,7 @@ This option has a number of sub-options. They are as follows:
Example configuration:
```yaml
push:
enable_push: true
enabled: true
include_content: false
group_unread_count_by_room: false
```
Expand Down