diff options
author | Erik Johnston <erik@matrix.org> | 2024-03-12 15:11:03 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-03-12 15:11:03 +0000 |
commit | 0d44f64c4ecb4fe34668e3ed5d1f5dab59d8efa5 (patch) | |
tree | e8f8ff2c25e855afa43edea5b324069648b08e42 /changelog.d | |
parent | 1.103.0rc1 (diff) | |
parent | Prevent locking up while processing batched_auth_events (#16968) (diff) | |
download | synapse-0d44f64c4ecb4fe34668e3ed5d1f5dab59d8efa5.tar.xz |
Merge remote-tracking branch 'origin/develop' into release-v1.103
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16968.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16968.bugfix b/changelog.d/16968.bugfix new file mode 100644 index 0000000000..57ed851178 --- /dev/null +++ b/changelog.d/16968.bugfix @@ -0,0 +1 @@ +Prevent locking up when checking auth rules that are independent of room state for batched auth events. Contributed by @ggogel. \ No newline at end of file |