diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:23:40 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-16 19:23:40 +0000 |
commit | 83b92c326f2ce9645e421281854459f00fb9b6c7 (patch) | |
tree | d56fe870a01f5209baa2449a843d1b94526f6476 /synapse/federation | |
parent | Merge pull request #5727 from matrix-org/uhoreg/e2e_cross-signing2-part3 (diff) | |
parent | Depublish a room from the public rooms list when it is upgraded (#6232) (diff) | |
download | synapse-83b92c326f2ce9645e421281854459f00fb9b6c7.tar.xz |
Depublish a room from the public rooms list when it is upgraded (#6232)
* commit 'ace947e8d': Depublish a room from the public rooms list when it is upgraded (#6232)
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/federation_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index 595706d01a..545d719652 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -555,7 +555,7 @@ class FederationClient(FederationBase): Note that this does not append any events to any graphs. Args: - destinations (str): Candidate homeservers which are probably + destinations (Iterable[str]): Candidate homeservers which are probably participating in the room. room_id (str): The room in which the event will happen. user_id (str): The user whose membership is being evented. |