summary refs log tree commit diff
path: root/changelog.d/13694.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-011-0/+1
This avoids doing work that will never be used (since the resulting unread counts will never be sent in a /sync response). The negative of doing this is that unread counts will be incorrect when the feature is initially enabled.