summary refs log tree commit diff
path: root/changelog.d/12399.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.58.0rc1David Robertson2022-04-261-1/+0
|
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-211-0/+1
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.