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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/6652.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6652.bugfix b/changelog.d/6652.bugfix new file mode 100644 index 0000000000..7e9781d652 --- /dev/null +++ b/changelog.d/6652.bugfix @@ -0,0 +1 @@ +Fix a bug causing Synapse not to fetch missing events when it believes it has every event in the room. |