summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-12-13 19:01:27 +0000
committerGitHub <noreply@github.com>2021-12-13 19:01:27 +0000
commitff6fd52160686dc0b8418c9448b4e64fa45060a1 (patch)
treec175f6fff1d40d29d97b702598afc5ceda404951 /changelog.d
parentMove HTML parsing to a separate file for URL previews. (#11566) (diff)
downloadsynapse-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.misc1
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.