matrix: Better hint the format for Matrix usernames.

This commit is contained in:
Tim Abbott 2021-06-17 14:04:33 -07:00
parent d1b3ac8d94
commit a188a4e72a

View file

@ -237,7 +237,7 @@ def write_sample_config(target_path: str, zuliprc: Optional[str]) -> None:
OrderedDict(
(
("host", "https://matrix.org"),
("username", "username"),
("username", "@username@matrix.org"),
("password", "password"),
("room_id", "#zulip:matrix.org"),
)