summary refs log tree commit diff
path: root/changelog.d/8452.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove stream ordering from Metadata dict (#8452)Richard van der Hoff2020-10-051-0/+1
There's no need for it to be in the dict as well as the events table. Instead, we store it in a separate attribute in the EventInternalMetadata object, and populate that on load. This means that we can rely on it being correctly populated for any event which has been persited to the database.