summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-07 15:22:07 +0100
committerGitHub <noreply@github.com>2020-01-07 15:22:07 +0100
commit0ab5853ec93a75622e847aaf24efa91ae0037301 (patch)
tree1ee2eb0b109ebf1448579ad04478a08e5f5a2478 /changelog.d
parentAdd a background update to clear tombstoned rooms from the directory (#6648) (diff)
parentChangelog (diff)
downloadsynapse-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.bugfix1
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.