mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-02 12:48:57 +01:00
f5668f0b4a
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.
1 line
128 B
Text
1 line
128 B
Text
Preparation for faster-room-join work: Implement a tracking mechanism to allow functions to wait for full room state to arrive.
|