mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-23 05:40:44 +00:00
Fix compatibility typo
This commit is contained in:
@@ -1412,7 +1412,7 @@ class FederationClient(FederationBase):
|
||||
raise SynapseError(
|
||||
500,
|
||||
f"Received {HTTPStatus.BAD_REQUEST} {Codes.MISSING_PARAM} response from remote homeserver "
|
||||
"while trying to send the invite over federation. This indicates a compatability problem "
|
||||
"while trying to send the invite over federation. This indicates a compatibility problem "
|
||||
"between your homeserver and the homeserver you're trying to send the invite to "
|
||||
"(either one could be at fault).",
|
||||
Codes.UNKNOWN,
|
||||
@@ -1447,7 +1447,7 @@ class FederationClient(FederationBase):
|
||||
raise SynapseError(
|
||||
500,
|
||||
f"Received {HTTPStatus.BAD_REQUEST} {Codes.MISSING_PARAM} response from remote homeserver "
|
||||
"while trying to send the invite over federation. This indicates a compatability problem "
|
||||
"while trying to send the invite over federation. This indicates a compatibility problem "
|
||||
"between your homeserver and the homeserver you're trying to send the invite to "
|
||||
"(either one could be at fault).",
|
||||
Codes.UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user