diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-15 16:20:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 16:20:34 -0400 |
commit | cc32fa7358641b96f5d3dbc14d0cd068e676e256 (patch) | |
tree | d28b909bbef0a82e61ca5924e8a5400ef115d673 /changelog.d | |
parent | Ensure etag is a string for GET room_keys/version response (#7691) (diff) | |
download | synapse-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.bugfix | 1 |
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. |