mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 21:34:34 -05:00
Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665)
This commit is contained in:
parent
a00462dd99
commit
bf0c3ca20a
1
changelog.d/12665.misc
Normal file
1
changelog.d/12665.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix spelling of `M_UNRECOGNIZED` in comments.
|
@ -618,7 +618,7 @@ class FederationClient(FederationBase):
|
|||||||
#
|
#
|
||||||
# Dendrite returns a 404 (with a body of "404 page not found");
|
# Dendrite returns a 404 (with a body of "404 page not found");
|
||||||
# Conduit returns a 404 (with no body); and Synapse returns a 400
|
# 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
|
# This needs to be rather specific as some endpoints truly do return 404
|
||||||
# errors.
|
# errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user