summary refs log tree commit diff
path: root/synapse/federation/federation_client.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-01-24 18:28:00 +0000
committerErik Johnston <erik@matrix.org>2019-01-24 18:28:00 +0000
commit26f44164c82c89c08f7ad930f365dbf69759e317 (patch)
tree08f7d7d78728d2d8db27f1fc87fa5eec735102a5 /synapse/federation/federation_client.py
parentNewsfile (diff)
downloadsynapse-26f44164c82c89c08f7ad930f365dbf69759e317.tar.xz
Review comments
Diffstat (limited to 'synapse/federation/federation_client.py')
-rw-r--r--synapse/federation/federation_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py
index 0757ad12f4..c43f21a0ba 100644
--- a/synapse/federation/federation_client.py
+++ b/synapse/federation/federation_client.py
@@ -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.