summary refs log tree commit diff
path: root/changelog.d/9987.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary SystemRandom from SQLBaseStore (#9987)Dan Callahan2021-05-141-0/+1
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>