소스 검색

Add login alias for link. Fixes #114

Tulir Asokan 2 년 전
부모
커밋
9211af2444
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mautrix_signal/commands/auth.py

+ 1 - 0
mautrix_signal/commands/auth.py

@@ -97,6 +97,7 @@ async def connect_existing(evt: CommandEvent) -> EventID:
     help_section=SECTION_AUTH,
     help_text="Link the bridge as a secondary device",
     help_args="[device name]",
+    aliases=["login"],
 )
 async def link(evt: CommandEvent) -> None:
     if qrcode is None: