Explorar o código

Add login alias for link. Fixes #114

Tulir Asokan %!s(int64=2) %!d(string=hai) anos
pai
achega
9211af2444
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: