diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-12-13 19:01:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 19:01:27 +0000 |
commit | ff6fd52160686dc0b8418c9448b4e64fa45060a1 (patch) | |
tree | c175f6fff1d40d29d97b702598afc5ceda404951 /changelog.d | |
parent | Move HTML parsing to a separate file for URL previews. (#11566) (diff) | |
download | synapse-ff6fd52160686dc0b8418c9448b4e64fa45060a1.tar.xz |
checks for generators in database functions (#11564)
A couple of safety-checks to hopefully stop people doing what I just did, and create a storage function which only works the first time it is called (and not when it is re-run due to a database concurrency error or similar).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11564.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11564.misc b/changelog.d/11564.misc new file mode 100644 index 0000000000..2c48e22de0 --- /dev/null +++ b/changelog.d/11564.misc @@ -0,0 +1 @@ +Add some safety checks that storage functions are used correctly. |