瀏覽代碼

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: