summary refs log tree commit diff
path: root/changelog.d/4404.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix race when persisting create event (#4404)Erik Johnston2019-01-181-0/+1
* Fix race when persisting create event When persisting a chunk of DAG it is sometimes requried to do a state resolution, which requires knowledge of the room version. If this happens while we're persisting the create event then we need to use that event rather than attempting to look it up in the database.