summary refs log tree commit diff
path: root/synapse/util/jsonobject.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-10Handle the case of `get_missing_events` failingErik Johnston1-9/+20
Currently if a call to `/get_missing_events` fails we log an exception and stop processing the top level event we received over federation. Instead let's try and handle it sensibly given it is a somewhat expected failure mode.
2019-04-10Fix disappearing exceptions in manhole. (#5035)Richard van der Hoff2-2/+5