diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-02 16:56:01 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-02 16:56:01 +0000 |
commit | 941f59101b51e9225dbdc38b22110a01de194242 (patch) | |
tree | 19a4a47423c92a77be63c8956101880b3ebc80b6 /synapse/storage/__init__.py | |
parent | Ignore empty strings for display names & room names in notifications (diff) | |
download | synapse-941f59101b51e9225dbdc38b22110a01de194242.tar.xz |
Don't fail an entire request if one of the returned events fails a signature check. If an event does fail a signature check, look in the local database and request it from the originator.
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py |