diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-05-15 15:01:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 15:01:29 -0400 |
commit | eb3c1823d8b059073903354facfed81ed41efbce (patch) | |
tree | 06cba6d349e0821bb6f6021c40977da8b03a0f94 /changelog.d | |
parent | Implement MSC3389 to protect relations from redaction. (#15565) (diff) | |
download | synapse-eb3c1823d8b059073903354facfed81ed41efbce.tar.xz |
Reject instead of erroring on invalid membership events. (#15564)
Instead of resulting in an internal server error for invalid events, return that the event is invalid.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15564.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15564.bugfix b/changelog.d/15564.bugfix new file mode 100644 index 0000000000..667114ba42 --- /dev/null +++ b/changelog.d/15564.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where an invalid membership event could cause an internal server error. |