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 /synapse/handlers | |
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 'synapse/handlers')
-rw-r--r-- | synapse/handlers/federation.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py |