summary refs log tree commit diff
path: root/demo/webserver.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-04Fix failure to fetch batches of PDUs (#5342)Richard van der Hoff2-0/+2
FederationClient.get_pdu is called in a loop to fetch a batch of PDUs. A failure to fetch one should not result in a failure of the whole batch. Add the missing `continue`.
2019-06-04Rename get_events->get_events_from_store_or_dest (#5344)Richard van der Hoff2-20/+14
We have too many things called get_event, and it's hard to figure out what we mean. Also remove some unused params from the signature, and add some log