0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-30 06:48:57 +02:00
dendrite/roomserver/internal/input
Neil Alexander a23fda6626
Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227)
* Topologically sort with `SendEventWithState`, so that earlier events should satisfy auth for later ones

* Revert "Topologically sort with `SendEventWithState`, so that earlier events should satisfy auth for later ones"

This reverts commit b0cd706012.

* Update to matrix-org/gomatrixserverlib#293

* `Events` no longer returns an error, other tweaks

* Make sure `Events` is sorted for `parsedRespState` too
2022-02-28 14:51:40 +00:00
..
input.go Relax roomserver input transactional isolation (#2224) 2022-02-23 15:41:32 +00:00
input_events.go Relax roomserver input transactional isolation (#2224) 2022-02-23 15:41:32 +00:00
input_latest_events.go Relax roomserver input transactional isolation (#2224) 2022-02-23 15:41:32 +00:00
input_membership.go Fix transaction issues in events table in PSQL (#2165) 2022-02-10 09:30:16 +00:00
input_missing.go Update Events call-sites which now don't return an error, update parsedRespState to sort (#2227) 2022-02-28 14:51:40 +00:00
input_test.go Ensure only one transaction is used for RS input per room (#2178) 2022-02-11 17:40:14 +00:00