synapse/synapse/events
Erik Johnston 89a76d1889 Fix handling of redacted events from federation
If we receive an event that doesn't pass their content hash check (e.g.
due to already being redacted) then we hit a bug which causes an
exception to be raised, which then promplty stops the event (and
request) from being processed.

This effects all sorts of federation APIs, including joining rooms with
a redacted state event.
2018-09-13 15:44:12 +01:00
..
__init__.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
builder.py run isort 2018-07-09 16:09:20 +10:00
snapshot.py Handle delta_ids being None in _update_context_for_auth_events 2018-07-23 22:06:50 +01:00
spamcheck.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
utils.py run isort 2018-07-09 16:09:20 +10:00
validator.py run isort 2018-07-09 16:09:20 +10:00