0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-06 21:18:35 +02:00
dendrite/roomserver/internal
Neil Alexander a572f4db03
Fix bugs that could wedge rooms (#2154)
* Don't flake so badly for rejected events

* Moar

* Fix panic

* Don't count rejected events as missing

* Don't treat rejected events without state as missing

* Revert "Don't count rejected events as missing"

This reverts commit 4b6139b62e.

* Missing events should be KindOld

* If we have state, use it, regardless of memberships which could be stale now

* Fetch missing state for KindOld too

* Tweak the condition again

* Clean up a bit

* Use room updater to get latest events in a race-free way

* Return the correct error

* Improve errors
2022-02-07 19:10:01 +00:00
..
helpers Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
input Fix bugs that could wedge rooms (#2154) 2022-02-07 19:10:01 +00:00
perform PerformInvite: bugfix and rejig control flow (#2137) 2022-02-02 13:30:48 +00:00
query Fix bugs that could wedge rooms (#2154) 2022-02-07 19:10:01 +00:00
alias.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
api.go Use pull consumers (#2140) 2022-02-02 13:32:48 +00:00