Skip to content

Commit

Permalink
reword room purge-empty dry run message
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonChen666 committed Jan 22, 2025
1 parent 4281ecb commit 3636a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synadm/cli/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ def purge_empty(helper, no_purge, force_purge, v1, dry_run, batch_size):

helper.output(empty_rooms_ids)
if dry_run:
click.echo("Empty room purge dry run. Rooms will not be deleted "
"is listed.", err=True)
click.echo("Empty room purge dry run. Rooms listed are considered "
"empty.", err=True)
return

sure = (
Expand Down

0 comments on commit 3636a85

Please sign in to comment.