diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-09-28 15:25:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 15:25:36 +0100 |
commit | 8aaa4b7b5df5e851a5f3dd74cd3062c9f94f0066 (patch) | |
tree | fcf90205acbd1920ee27eb45ae2f05ac71086790 /changelog.d | |
parent | Inline `_check_event_auth` for outliers (#10926) (diff) | |
download | synapse-8aaa4b7b5df5e851a5f3dd74cd3062c9f94f0066.tar.xz |
Drop backwards-compatibility support for "outlier" (#10903)
Before Synapse 1.31 (#9411), we relied on `outlier` being stored in the `internal_metadata` column. We can now assume nobody will roll back their deployment that far and drop the legacy support.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10903.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10903.misc b/changelog.d/10903.misc new file mode 100644 index 0000000000..2716ccb08c --- /dev/null +++ b/changelog.d/10903.misc @@ -0,0 +1 @@ +Drop old functionality which maintained database compatibility with Synapse versions before 1.31. |