0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-29 06:19:02 +02:00
dendrite/roomserver/state
Neil Alexander 3d9fe20748
Fix bugs related to state resolution (#2507)
* Fix bugs related to state resolution

* Clean up `resolve-state`

* Don't panic when entries can't be found

* Ensure we have state entries for the auth events

* Revert "Ensure we have state entries for the auth events"

This reverts commit 9b13b7ed37.

* Revert "Revert "Ensure we have state entries for the auth events""

This reverts commit d86db197e3.

* Fix bug

* Try that again

* Update gomatrixserverlib

* Remove recursion from `loadAuthEvents`
2022-06-01 09:46:21 +01:00
..
state.go Fix bugs related to state resolution (#2507) 2022-06-01 09:46:21 +01:00
state_test.go Room server changes for room versions (#930) 2020-03-19 18:33:04 +00:00