diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-01-07 15:22:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-07 15:22:07 +0100 |
commit | 0ab5853ec93a75622e847aaf24efa91ae0037301 (patch) | |
tree | 1ee2eb0b109ebf1448579ad04478a08e5f5a2478 /synapse | |
parent | Add a background update to clear tombstoned rooms from the directory (#6648) (diff) | |
parent | Changelog (diff) | |
download | synapse-0ab5853ec93a75622e847aaf24efa91ae0037301.tar.xz |
Merge pull request #6652 from matrix-org/babolivier/depth_missing_events
Fix conditions failing if min_depth = 0
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/federation.py | 4 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/event_federation.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |