Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-09 | Fix undefined `room_id` in `make_summary_text` | Brendan Abolivier | 1 | -1/+3 | |
This would break notifications about un-named rooms when processing notifications in a batch. | |||||
2020-03-09 | Move `get_time_of_last_push_action_before` to the `EventPushActionsWorkerStore` | Brendan Abolivier | 1 | -17/+17 | |
Fixes #7054 I also had a look at the rest of the functions in `EventPushActionsStore` and in the push notifica |