0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-28 09:18:19 +02:00
dendrite/roomserver/storage
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
..
postgres Add roomserver tests (3/4) (#2447) 2022-05-16 19:33:16 +02:00
shared Fix bugs related to state resolution (#2507) 2022-06-01 09:46:21 +01:00
sqlite3 Add roomserver tests (3/4) (#2447) 2022-05-16 19:33:16 +02:00
tables Try to spot state deletions when they happen (#2489) 2022-05-25 16:40:31 +01:00
interface.go Fix GET /directory/list/room/{roomID} (#2262) 2022-03-09 10:42:24 +00:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00