Skip to content

Commit

Permalink
clarify "Homeserver name" in synadm config
Browse files Browse the repository at this point in the history
Closes: #142

this config is used consistently throughout synadm as the homeserver
name/the domain part of the MXID
  • Loading branch information
JacksonChen666 committed Mar 27, 2024
1 parent ae26ecf commit acdcd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synadm/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def get_redacted_token_prompt(cli_token):
default=timeout if timeout else helper.config.get(
"timeout", timeout)),
"homeserver": click.prompt(
"Homeserver name (auto-retrieval or matrix.DOMAIN)",
"Homeserver name (\"auto-retrieval\" or the domain part in your "
"MXID)",
default=homeserver if homeserver else helper.config.get(
"homeserver", homeserver)),
"ssl_verify": click.prompt(
Expand Down

0 comments on commit acdcd81

Please sign in to comment.