diff options
author | Erik Johnston <erik@matrix.org> | 2023-07-19 13:17:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 12:17:08 +0000 |
commit | 19796e20aab31272176e24ec23be9a18cc6680a5 (patch) | |
tree | bd059d8b936b834eb8a5c50c1069796bf4db708b /changelog.d | |
parent | Fix race in triggers for read/write locks. (#15933) (diff) | |
download | synapse-19796e20aab31272176e24ec23be9a18cc6680a5.tar.xz |
Fix bad merge of #15933 (#15958)
This was because we reverted the bump of the schema version, so we were not applying the new deltas.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15958.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15958.misc b/changelog.d/15958.misc new file mode 100644 index 0000000000..8457994c68 --- /dev/null +++ b/changelog.d/15958.misc @@ -0,0 +1 @@ +Fix bug with read/write lock implementation. This is currently unused so has no observable effects. |