diff options
author | Matthew Hodgson <matthew@matrix.org> | 2017-10-03 10:26:42 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2017-10-03 10:26:42 +0100 |
commit | 1b44b67a7f59de782cdf8c232d5e115a1de64b16 (patch) | |
tree | ce7bc2715bce7c734f923abfac99ab88f90be04d /synapse | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into develop (diff) | |
download | synapse-matthew/ignore-rogue-events.tar.xz |
ignore rogue events from rooms we have left github/matthew/ignore-rogue-events matthew/ignore-rogue-events
stops explosions of event search when a confused server sends us events for a room we've actually left
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/federation.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |