Add missing param to docstrings

This commit is contained in:
Erik Johnston 2018-03-13 17:15:32 +00:00
parent 16adb11cc0
commit 6dbebef141

View File

@ -70,6 +70,7 @@ class RoomMemberHandler(object):
"""Try and join a room that this server is not in """Try and join a room that this server is not in
Args: Args:
requester (Requester)
remote_room_hosts (list[str]): List of servers that can be used remote_room_hosts (list[str]): List of servers that can be used
to join via. to join via.
room_id (str): Room that we are trying to join room_id (str): Room that we are trying to join
@ -88,6 +89,7 @@ class RoomMemberHandler(object):
fail to do so we locally mark the invite as rejected. fail to do so we locally mark the invite as rejected.
Args: Args:
requester (Requester)
remote_room_hosts (list[str]): List of servers to use to try and remote_room_hosts (list[str]): List of servers to use to try and
reject invite reject invite
room_id (str) room_id (str)
@ -105,6 +107,7 @@ class RoomMemberHandler(object):
one doesn't already exist. one doesn't already exist.
Args: Args:
requester (Requester)
medium (str) medium (str)
address (str) address (str)
inviter_user_id (str): The user ID who is trying to invite the inviter_user_id (str): The user ID who is trying to invite the