mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
89a76d1889
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. |
||
---|---|---|
.. | ||
transport | ||
__init__.py | ||
federation_base.py | ||
federation_client.py | ||
federation_server.py | ||
persistence.py | ||
send_queue.py | ||
transaction_queue.py | ||
units.py |