MatrixSynapse/synapse/events
Richard van der Hoff 567f88f835
Prep work for removing `outlier` from `internal_metadata` (#9411)
* 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.
2021-03-17 12:33:18 +00:00
..
__init__.py Prep work for removing `outlier` from `internal_metadata` (#9411) 2021-03-17 12:33:18 +00:00
builder.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
snapshot.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
spamcheck.py Pass SSO IdP information to spam checker's registration function (#9626) 2021-03-16 12:41:41 +00:00
third_party_rules.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
utils.py Prep work for removing `outlier` from `internal_metadata` (#9411) 2021-03-17 12:33:18 +00:00
validator.py Block clients from sending server ACLs that lock the local server out. (#8708) 2020-11-03 12:13:48 +00:00