This commit is closing #20
This commit is contained in:
parent
b10a62c63e
commit
66a1ea17ab
@ -29,7 +29,7 @@ async def cmd_reapply(app: Client, msg: Message):
|
||||
|
||||
if left_chat is True:
|
||||
|
||||
if (holo_user.application_state()[1] is True and holo_user.application_state()[0] != "fill"):
|
||||
if (holo_user.application_state()[1] is True and holo_user.application_state()[0] not in ["fill", "rejected"]):
|
||||
|
||||
await msg.reply_text(locale("reapply_left_chat", "message", locale=holo_user), reply_markup=InlineKeyboardMarkup([
|
||||
[
|
||||
|
Reference in New Issue
Block a user