diff --git a/instruct/handlers.py b/instruct/handlers.py index 5b83d3f..7542df6 100644 --- a/instruct/handlers.py +++ b/instruct/handlers.py @@ -453,6 +453,7 @@ async def instruct_router_handler(msg: Message): text = INSTRUCT_EMAIL_HISTORY_ASK(EMOJI_DIGITS, cn) await msg.answer(text, parse_mode="html") else: + set_state(user_id, "INSTRUCT_EMAIL_VIEW") text = INSTRUCT_EMAIL_UNAVAILABLE(EMOJI_DIGITS, cn) await msg.answer(text, parse_mode="html") else: @@ -534,3 +535,4 @@ async def instruct_router_handler(msg: Message): await msg.answer(UNKNOWN_MAIN_CMD_TEXT, parse_mode="html") +