mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:54:52 -04:00
Review comments
This commit is contained in:
parent
4a8b715679
commit
26f44164c8
2 changed files with 4 additions and 2 deletions
|
@ -543,7 +543,8 @@ class FederationClient(FederationBase):
|
|||
Return:
|
||||
Deferred[tuple[str, dict, int]]: resolves to a tuple of
|
||||
`(origin, event, event_format)` where origin is the remote
|
||||
homeserver which generated the event.
|
||||
homeserver which generated the event, and event_format is one of
|
||||
`synapse.api.constants.EventFormatVersions`.
|
||||
|
||||
Fails with a ``SynapseError`` if the chosen remote server
|
||||
returns a 300/400 code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue