summary refs log tree commit diff
path: root/changelog.d/12620.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.59.0rc1David Robertson2022-05-101-1/+0
|
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-0/+1
I've seen a few errors which can only plausibly be explained by the calculated event id for an event being different from the ID of the event in the database. It should be cheap to check this, so let's do so and raise an exception.