Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add counting for `total_events` in room statistics. github/rei/room_stats_total_events rei/room_stats_total_events | Olivier Wilkinson (reivilibre) | 2019-07-22 | 1 | -9/+34 |
| | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Disuse `room_stats.state_events` (relates to #5690) | Olivier Wilkinson (reivilibre) | 2019-07-18 | 1 | -5/+3 |
| | | | | | | since it is tricky to maintain and has no known use case (for now). Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Update state_events and current_state_events upon receipt of a state | Olivier Wilkinson (reivilibre) | 2019-07-17 | 1 | -0/+11 |
| | | | | | | event #5690. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Don't decrease left_members if the user is joining for the first time. | Olivier Wilkinson (reivilibre) | 2019-07-17 | 1 | -3/+10 |
| | | | | | | Fixes #5423 Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Create room_stats rows for new rooms. #5624 | Olivier Wilkinson (reivilibre) | 2019-07-17 | 1 | -0/+17 |
| | | | | Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | Fix background updates to handle redactions/rejections (#5352) | Erik Johnston | 2019-06-06 | 1 | -5/+13 |
| | | | | | | | | * Fix background updates to handle redactions/rejections In background updates based on current state delta stream we need to handle that we may not have all the events (or at least that `get_events` may raise an exception). | ||||
* | Room Statistics (#4338) | Amber Brown | 2019-05-21 | 1 | -0/+325 |