summary refs log tree commit diff
path: root/synapse/logging/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-10Fix race which caused deleted devices to reappear (#6514)Richard van der Hoff3-23/+35
Stop the `update_client_ips` background job from recreating deleted devices.
2019-12-10Refactor get_events_from_store_or_dest to return a dict (#6501)Richard van der Hoff2-29/+16
There was a bunch of unnece