summary refs log tree commit diff
path: root/changelog.d/9411.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.31.0rc1Erik Johnston2021-03-301-1/+0
|
* Prep work for removing `outlier` from `internal_metadata` (#9411)Richard van der Hoff2021-03-171-0/+1
* Populate `internal_metadata.outlier` based on `events` table Rather than relying on `outlier` being in the `internal_metadata` column, populate it based on the `events.outlier` column. * Move `outlier` out of InternalMetadata._dict Ultimately, this will allow us to stop writing it to the database. For now, we have to grandfather it back in so as to maintain compatibility with older versions of Synapse.