We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4137eba commit 72def94Copy full SHA for 72def94
src/tgbot/senders/next_message.py
@@ -72,12 +72,6 @@ async def next_message(
72
73
popup = await get_popup_to_send(user_id, user_info)
74
if popup:
75
- # if negative reaction, delete last message before sending popup
76
- if prev_reaction_id is None or Reaction(prev_reaction_id).is_positive:
77
- await bot.delete_message(
78
- chat_id=user_id,
79
- message_id=prev_update.callback_query.message.message_id,
80
- )
81
return await send_popup(user_id, popup)
82
83
meme = await get_next_meme_for_user(user_id)
0 commit comments