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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -237,7 +237,7 @@ def write_sample_config(target_path: str, zuliprc: Optional[str]) -> None: | |||
|                 OrderedDict( | ||||
|                     ( | ||||
|                         ("host", "https://matrix.org"), | ||||
|                         ("username", "@username@matrix.org"), | ||||
|                         ("username", "@username:matrix.org"), | ||||
|                         ("password", "password"), | ||||
|                         ("room_id", "#zulip:matrix.org"), | ||||
|                     ) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rht
						rht