MatrixSynapse/synapse
Nick Mills-Barrett 92202ce867
Reduce event lookups during room creation by passing known event IDs (#13210)
Inspired by the room batch handler, this uses previous event inserts to
pre-populate prev events during room creation, reducing the number of
queries required to create a room.

Signed off by Nick @ Beeper (@Fizzadar)
2022-07-11 18:00:12 +01:00
..
_scripts Ensure portdb selects _all_ rows with negative rowids (#13226) 2022-07-11 10:36:18 +01:00
api Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
app Add a `filter_event_for_clients_with_state` function (#13222) 2022-07-11 14:14:09 +01:00
appservice Fix to-device messages not being sent to MSC3202-enabled appservices (#13235) 2022-07-11 17:22:17 +01:00
config Allow dependency errors to pass through (#13113) 2022-06-30 19:48:04 +02:00
crypto
events Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
federation Handle race between persisting an event and un-partial stating a room (#13100) 2022-07-05 16:12:52 +01:00
handlers Reduce event lookups during room creation by passing known event IDs (#13210) 2022-07-11 18:00:12 +01:00
http Add Cross-Origin-Resource-Policy header to thumbnail and download media endpoints (#12944) 2022-06-27 14:44:05 +01:00
logging More type hints for `synapse.logging` (#13103) 2022-06-30 13:05:06 +00:00
metrics
module_api Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
push Update MSC3786 implementation: Check the `state_key` (#12939) 2022-06-27 20:28:34 +01:00
replication Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
res
rest Uniformize spam-checker API, part 5: expand other spam-checker callbacks to return `Tuple[Codes, dict]` (#13044) 2022-07-11 16:52:10 +00:00
server_notices
spam_checker_api
state Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
static
storage Remove delay when rotating event push actions (#13211) 2022-07-11 16:51:30 +01:00
streams
util Type `tests.utils` (#13028) 2022-07-05 15:13:47 +01:00
__init__.py
event_auth.py Fix inconsistencies in event validation (#13088) 2022-06-17 16:30:59 +01:00
notifier.py
py.typed
server.py
types.py
visibility.py Add a `filter_event_for_clients_with_state` function (#13222) 2022-07-11 14:14:09 +01:00