Skip to content

Commit e876a05

Browse files
authored
Matrix bridge: Fix username typo.
The sample username didn't quite match the format of actual Matrix usernames.
1 parent a06dd4c commit e876a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/bridge_with_matrix/matrix_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def write_sample_config(target_path: str, zuliprc: Optional[str]) -> None:
237237
OrderedDict(
238238
(
239239
("host", "https://matrix.org"),
240-
("username", "@username@matrix.org"),
240+
("username", "@username:matrix.org"),
241241
("password", "password"),
242242
("room_id", "#zulip:matrix.org"),
243243
)

0 commit comments

Comments
 (0)