summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-15 16:20:34 -0400
committerGitHub <noreply@github.com>2020-06-15 16:20:34 -0400
commitcc32fa7358641b96f5d3dbc14d0cd068e676e256 (patch)
treed28b909bbef0a82e61ca5924e8a5400ef115d673 /changelog.d
parentEnsure etag is a string for GET room_keys/version response (#7691) (diff)
downloadsynapse-cc32fa7358641b96f5d3dbc14d0cd068e676e256.tar.xz
Ensure the body is a string before comparing push rules. (#7701)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7701.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7701.bugfix b/changelog.d/7701.bugfix
new file mode 100644
index 0000000000..e5b10f75fd
--- /dev/null
+++ b/changelog.d/7701.bugfix
@@ -0,0 +1 @@
+Do not break push rule evaluation when receiving an event with a non-string body. This is a long-standing bug.