summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-09Fix undefined `room_id` in `make_summary_text`Brendan Abolivier1-1/+3
This would break notifications about un-named rooms when processing notifications in a batch.
2020-03-09Move `get_time_of_last_push_action_before` to the `EventPushActionsWorkerStore`Brendan Abolivier1-17/+17
Fixes #7054 I also had a look at the rest of the functions in `EventPushActionsStore` and in the push notifica