Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit dc615e4

Browse files
crap: some comment and TODOs
1 parent 6ea8f7f commit dc615e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

synadm/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,7 @@ def user_modify(self, user_id, password, display_name, threepid,
605605
606606
Threepid should be passed as a tuple in a tuple
607607
"""
608+
# TODO: deprecate
608609
data = {}
609610
if password:
610611
data.update({"password": password})

synadm/cli/user.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,11 @@ def modify(ctx, helper, user_id, password, password_prompt, display_name,
505505
click.echo("Abort.")
506506

507507

508+
# for these placeholders, function similarly to the modify command, but in
509+
# it's own command.
510+
# TODO: find 3pid modify command
511+
512+
508513
@user.command()
509514
@click.argument("user_id", type=str)
510515
@click.argument("user_type", type=str)

0 commit comments

Comments
 (0)