diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2023-08-11 12:37:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 11:37:09 +0000 |
commit | 614efc488b1a25dfa32256930c5acc896c88d92f (patch) | |
tree | 3c7eb8ff1df456a34d2cc6d92a0d6b8e7c66753a /changelog.d | |
parent | Fix the type annotation on `run_db_interaction` in the Module API. (#16089) (diff) | |
download | synapse-614efc488b1a25dfa32256930c5acc896c88d92f.tar.xz |
Add linearizer on user ID to push rule PUT/DELETE requests (#16052)
See: #16053 Signed off by Nick @ Beeper (@Fizzadar)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16052.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16052.bugfix b/changelog.d/16052.bugfix new file mode 100644 index 0000000000..3c7a60f226 --- /dev/null +++ b/changelog.d/16052.bugfix @@ -0,0 +1 @@ +Fix long-standing bug where concurrent requests to change a user's push rules could cause a deadlock. Contributed by Nick @ Beeper (@fizzadar). |