summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-28Fix a cache-invalidation bug for worker-based deployments (#5920)Richard van der Hoff2-8/+17
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.
2019-08-28Typographical corrections in docker/README (#5921)Victor Goff1-5/+5