diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-02-06 15:50:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 15:50:39 +0000 |
commit | b0c8bdd49dd416ed066b12daee95cf5f4828f03b (patch) | |
tree | a8095fbfeb1d989090fcb0e7c03298e87ef9e741 /changelog.d | |
parent | Allow empty federation_certificate_verification_whitelist (#6849) (diff) | |
download | synapse-b0c8bdd49dd416ed066b12daee95cf5f4828f03b.tar.xz |
pass room version into FederationClient.send_join (#6854)
... which allows us to sanity-check the create event.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6854.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6854.misc b/changelog.d/6854.misc new file mode 100644 index 0000000000..08aa80bcd9 --- /dev/null +++ b/changelog.d/6854.misc @@ -0,0 +1 @@ +Refactoring work in preparation for changing the event redaction algorithm. |