summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-241.2.0rc2 v1.2.0rc2Andrew Morgan3-2/+10
2019-07-24Stop trying to fetch events with event_id=None. (#5753)Richard van der Hoff4-11/+23
`None` is not a valid event id, so queuing up a database fetch for it seems like a silly thing to do. I considered making `get_event` return `None` if `event_id is Non