Skip to content

Commit

Permalink
fixup! add password arg to reactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Oct 12, 2023
1 parent a3b0188 commit f05f3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ def user_reactivate(self, user_id, password=None):
"""
Args:
user_id (str): A Matrix user ID
password (str or None): A password. Required under certain
conditions.
password (str or None): A password. Not set if None Required
under certain conditions.
"""
data = {
"deactivated": False
Expand Down

0 comments on commit f05f3b7

Please sign in to comment.