summary refs log tree commit diff
path: root/synapse/storage/controllers/persist_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-3/+17
* Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-161-6/+24
* Fix a bug which could lead to incorrect state (#13278)Erik Johnston2022-07-151-1/+2
* Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-141-2/+10
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-41/+100
* Handle race between persisting an event and un-partial stating a room (#13100)Sean Quah2022-07-051-0/+12
* Faster joins: add issue links to the TODOs (#13004)Richard van der Hoff2022-06-091-1/+4
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-2/+2
* Rename storage classes (#12913)Erik Johnston2022-05-311-0/+1124