diff options
author | reivilibre <oliverw@matrix.org> | 2021-10-11 16:29:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 16:29:02 +0100 |
commit | 3828dd819b972ed4381413c542e9e8cd43041e1b (patch) | |
tree | 635c368908b1db22070bf75244303ba25d03acc1 /changelog.d | |
parent | Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ... (diff) | |
download | synapse-3828dd819b972ed4381413c542e9e8cd43041e1b.tar.xz |
Pass through `SynapseError`s that are raised from experimental `check_event_allowed` callback of the module API (#11042)
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11042.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11042.bugfix b/changelog.d/11042.bugfix new file mode 100644 index 0000000000..536c47417d --- /dev/null +++ b/changelog.d/11042.bugfix @@ -0,0 +1 @@ +Work around a regression, introduced in Synapse 1.39.0, that caused `SynapseError`s raised by the experimental third-party rules module callback `check_event_allowed` to be ignored. |