summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-07-27 04:40:04 -0500
committerGitHub <noreply@github.com>2022-07-27 10:40:04 +0100
commit4f3082d6bf85335d10775a2e869420592189c6b2 (patch)
tree58f2a34da48085bf835226026531a45595c9491a /changelog.d
parentCopy room serials before handling in `get_new_events_as` (#13392) (diff)
downloadsynapse-4f3082d6bf85335d10775a2e869420592189c6b2.tar.xz
Fix `get_pdu` asking every remote destination even after it finds an event (#13346)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13346.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13346.misc b/changelog.d/13346.misc
new file mode 100644
index 0000000000..06557c8481
--- /dev/null
+++ b/changelog.d/13346.misc
@@ -0,0 +1 @@
+Fix long-standing bugged logic which was never hit in `get_pdu` asking every remote destination even after it finds an event.