Skip to content

Commit

Permalink
fixup! set user type placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Oct 12, 2023
1 parent ba226e6 commit a3b0188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def user_set_type(self, user_id, user_type):
Args:
user_id: A Matrix user ID.
user_type (str or None): A user type. Accepted value depends on
Synapse, but a python None is the same as removing the user
Synapse. A python None is the same as removing the user
type.
"""
data = {
Expand Down

0 comments on commit a3b0188

Please sign in to comment.