Skip to content

Commit

Permalink
add missing parameter for URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Oct 12, 2023
1 parent baefa44 commit b7b301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/api.py
Expand Up @@ -749,7 +749,7 @@ def user_3pid_search(self, medium, address):
of 3PID it is as medium.
"""
return self.query("get", "v1/threepid/{medium}/users/{address}",
address=address)
address=address, medium=medium)

def room_join(self, room_id_or_alias, user_id):
""" Allow an administrator to join an user account with a given user_id
Expand Down

0 comments on commit b7b301f

Please sign in to comment.