Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-28 | Implement a structured logging output system. (#5680) | Amber Brown | 31 | -82/+1328 | |
2019-08-28 | Fix a cache-invalidation bug for worker-based deployments (#5920) | Richard van der Hoff | 2 | -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 t |