diff options
author | H. Shay <hillerys@element.io> | 2022-05-09 13:51:08 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2022-05-09 13:51:08 -0700 |
commit | a6f6076c2249e504455d65fea6534be359d15aa5 (patch) | |
tree | 64c94fd606b280f0fe91e120cc03ad308fa1a514 /synapse/federation/federation_client.py | |
parent | fix newsfragment (diff) | |
parent | Merge branch 'develop' into shay/super_docs (diff) | |
download | synapse-github/shay/super_docs.tar.xz |
Merge branch 'shay/super_docs' of https://github.com/matrix-org/synapse into shay/super_docs github/shay/super_docs shay/super_docs
Diffstat (limited to 'synapse/federation/federation_client.py')
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index b5e0b84cbc..17eff60909 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -618,7 +618,7 @@ class FederationClient(FederationBase): # # Dendrite returns a 404 (with a body of "404 page not found"); # Conduit returns a 404 (with no body); and Synapse returns a 400 - # with M_UNRECOGNISED. + # with M_UNRECOGNIZED. # # This needs to be rather specific as some endpoints truly do return 404 # errors. |