summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDan Callahan <danc@element.io>2021-05-14 10:59:10 +0100
committerGitHub <noreply@github.com>2021-05-14 10:59:10 +0100
commit52ed9655edf8849d68a178e1c76040c79824a353 (patch)
tree162265349e646c1e94fadc997dc6b10bb9de8205 /changelog.d
parentRemove superfluous call to bool() (#9986) (diff)
downloadsynapse-52ed9655edf8849d68a178e1c76040c79824a353.tar.xz
Remove unnecessary SystemRandom from SQLBaseStore (#9987)
It's not obvious that instances of SQLBaseStore each need their own
instances of random.SystemRandom(); let's just use random directly.

Introduced by 52839886d664576831462e033b88e5aba4c019e3

Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9987.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9987.misc b/changelog.d/9987.misc
new file mode 100644
index 0000000000..02c088e3e6
--- /dev/null
+++ b/changelog.d/9987.misc
@@ -0,0 +1 @@
+Remove unnecessary property from SQLBaseStore.