Add missing mention to smartphone LINE

This commit is contained in:
Andrew Ferrazzutti 2021-07-30 02:43:22 -04:00
parent 39a691db35
commit 239b71702e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ async def login_do(evt: CommandEvent, gen: AsyncGenerator[Tuple[str, str], None]
qr_event_id = await evt.az.intent.send_message(evt.room_id, content)
elif item[0] == "pin":
pin = item[1]
message = f"Enter this PIN in LINE on your primary device:\n{pin}"
message = f"Enter this PIN in LINE on your smartphone:\n{pin}"
content = TextMessageEventContent(body=message, msgtype=MessageType.NOTICE)
if pin_event_id:
content.set_edit(pin_event_id)