summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-07-24 13:27:57 +0100
committerGitHub <noreply@github.com>2019-07-24 13:27:57 +0100
commit2276936bacdaa62d2fbda2d6bc77620cef15b6ea (patch)
treeeabfb8f292d45b46af1257cd7a08a620e18a98fd /changelog.d
parentStop trying to fetch events with event_id=None. (#5753) (diff)
parentUpdate changelog.d/5743.bugfix (diff)
downloadsynapse-2276936bacdaa62d2fbda2d6bc77620cef15b6ea.tar.xz
Merge pull request #5743 from matrix-org/erikj/log_origin_receipts_mismatch
Log when we receive receipt from a different origin
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5743.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5743.bugfix b/changelog.d/5743.bugfix
new file mode 100644
index 0000000000..65728ff079
--- /dev/null
+++ b/changelog.d/5743.bugfix
@@ -0,0 +1 @@
+Log when we receive an event receipt from an unexpected origin.