diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-01 10:28:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 10:28:09 +0000 |
commit | ace947e8da30c37ead3357abe34adee8a1528296 (patch) | |
tree | d34e35a55fbc18c045beefaeeddf6f1fdab4bcb0 /synapse/federation | |
parent | Merge pull request #5727 from matrix-org/uhoreg/e2e_cross-signing2-part3 (diff) | |
download | synapse-ace947e8da30c37ead3357abe34adee8a1528296.tar.xz |
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. |