0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-25 22:18:18 +02:00
synapse/changelog.d
Dan Callahan 52ed9655ed
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 52839886d6

Signed-off-by: Dan Callahan <danc@element.io>
2021-05-14 10:59:10 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9978.feature Support enabling opentracing by user (#9978) 2021-05-14 10:51:08 +01:00
9980.doc Update SSO mapping providers documentation about unique IDs. (#9980) 2021-05-13 14:37:20 -04:00
9984.misc Use Python's secrets module instead of random (#9984) 2021-05-14 10:58:46 +01:00
9985.misc Simplify exception handling in is_ascii. (#9985) 2021-05-14 10:58:52 +01:00
9986.misc Remove superfluous call to bool() (#9986) 2021-05-14 10:58:57 +01:00
9987.misc Remove unnecessary SystemRandom from SQLBaseStore (#9987) 2021-05-14 10:59:10 +01:00
9988.doc Update minimum supported version in postgres.md (#9988) 2021-05-14 09:21:00 +01:00