summary refs log tree commit diff
path: root/synapse/handlers/room_batch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+2
* Fix up `state_store` naming (#12871)Erik Johnston2022-05-251-2/+2
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-181-0/+2
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-261-1/+1
* Allow non-member state sent in room batch to resolve for historic events (MSC...Eric Eastwood2022-04-041-26/+12
* Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,...Eric Eastwood2022-03-251-40/+72
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Fix historical messages backfilling in random order on remote homeservers (MS...Eric Eastwood2022-02-071-22/+22
* Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-181-0/+2
* Add remaining type hints to `synapse.events`. (#11098)Patrick Cloke2021-11-021-1/+1
* Resolve and share `state_groups` for all historical events in batch (MSC2716)...Eric Eastwood2021-10-131-10/+30
* Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)Eric Eastwood2021-10-081-0/+423