mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:34:47 -04:00
Depublish a room from the public rooms list when it is upgraded (#6232)
This commit is contained in:
parent
53d7680e32
commit
ace947e8da
5 changed files with 93 additions and 31 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue