Matrix bridge: Fix username typo.
The sample username didn't quite match the format of actual Matrix usernames.
This commit is contained in:
parent
a06dd4cadf
commit
e876a0541e
|
@ -237,7 +237,7 @@ def write_sample_config(target_path: str, zuliprc: Optional[str]) -> None:
|
||||||
OrderedDict(
|
OrderedDict(
|
||||||
(
|
(
|
||||||
("host", "https://matrix.org"),
|
("host", "https://matrix.org"),
|
||||||
("username", "@username@matrix.org"),
|
("username", "@username:matrix.org"),
|
||||||
("password", "password"),
|
("password", "password"),
|
||||||
("room_id", "#zulip:matrix.org"),
|
("room_id", "#zulip:matrix.org"),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue