mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-08 08:42:38 -04:00
Add support for knocking to workers. (#15133)
This commit is contained in:
parent
c8665dd25d
commit
ecbe0ddbe7
9 changed files with 15 additions and 16 deletions
|
@ -63,7 +63,6 @@ class KnockRoomAliasServlet(RestServlet):
|
|||
|
||||
# twisted.web.server.Request.args is incorrectly defined as Optional[Any]
|
||||
args: Dict[bytes, List[bytes]] = request.args # type: ignore
|
||||
|
||||
remote_room_hosts = parse_strings_from_args(
|
||||
args, "server_name", required=False
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue