Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-10 | Add coments | Erik Johnston | 1 | -5/+25 | |
2019-10-10 | Fix races in room stats (and other) updates. (#6187) | Richard van der Hoff | 7 | -25/+63 | |
Hopefully this will fix the occasional failures we were seeing in the room directory. The problem was that events are not necessarily persisted (and `current_state_delta_stream` updated) in the same order as their stream_id. So for instance current_state_delta 9 might be persisted *before* cur |