summary refs log tree commit diff
path: root/changelog.d/5920.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a cache-invalidation bug for worker-based deployments (#5920)Richard van der Hoff2019-08-281-0/+1
Some of the caches on worker processes were not being correctly invalidated when a room's state was changed in a way that did not affect the membership list of the room. We need to make sure we send out cache invalidations even when no memberships are changing.