Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-17 | (#5849) Convert rst to markdown (#6040) | dstipp | 41 | -2192/+2088 | |
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change. | |||||
2019-09-17 | Fix race condition in room stats. (#6029) | Erik Johnston | 2 | -4/+11 | |
Broke in #5971 Basically the bug is that if get_current_state_deltas returns no new updates and we then take the max pos, its possible that we miss an update that happe |