0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-20 11:38:20 +02:00
synapse/tests/storage/util
Richard van der Hoff f5668f0b4a
Await un-partial-stating after a partial-state join (#12399)
When we join a room via the faster-joins mechanism, we end up with "partial
state" at some points on the event DAG. Many parts of the codebase need to
wait for the full state to load. So, we implement a mechanism to keep track of
which events have partial state, and wait for them to be fully-populated.
2022-04-21 07:42:03 +01:00
..
__init__.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
test_partial_state_events_tracker.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00