diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-19 12:06:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 12:06:38 +0100 |
commit | 40a3583ba14cc32f63154afc9e2c9b1058697f16 (patch) | |
tree | 98984c0456082f4282cada6ecd8daf51b3e99529 /changelog.d | |
parent | Fix background schema updates failing over a large upgrade gap (#15887) (diff) | |
download | synapse-40a3583ba14cc32f63154afc9e2c9b1058697f16.tar.xz |
Fix race in triggers for read/write locks. (#15933)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15933.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15933.misc b/changelog.d/15933.misc new file mode 100644 index 0000000000..8457994c68 --- /dev/null +++ b/changelog.d/15933.misc @@ -0,0 +1 @@ +Fix bug with read/write lock implementation. This is currently unused so has no observable effects. |