Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-10 | Add snapcraft packaging information (#6084) | James | 3 | -0/+24 | |
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 i |