summary refs log tree commit diff
path: root/changelog.d/10158.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we do not cache empty sync responses after a timeout (#10158)Richard van der Hoff2021-06-171-0/+1
Fixes #8518 by telling the ResponseCache not to cache the /sync response if the next_batch param is the same as the since token.