0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-30 18:28:21 +02:00
dendrite/roomserver/storage/shared
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
..
membership_updater.go Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265) 2022-03-17 18:24:27 +00:00
prepare.go Merge Updater structs (#1069) 2020-05-28 11:15:21 +01:00
room_updater.go Fix bugs related to state resolution (#2507) 2022-06-01 09:46:21 +01:00
storage.go Add roomserver tests (3/4) (#2447) 2022-05-16 19:33:16 +02:00