1
0

Merge branch 'develop' into shay/super_docs

This commit is contained in:
Shay
2022-05-09 13:46:12 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

1
changelog.d/12665.misc Normal file
View File

@@ -0,0 +1 @@
Fix spelling of `M_UNRECOGNIZED` in comments.

View File

@@ -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.