Skip to content

Commit

Permalink
Update meme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ohld committed Jun 6, 2024
1 parent e631e51 commit f791b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flows/broadcasts/meme.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

async def send_meme_to_user(bot: Bot, user_id: int, meme: MemeData):
user_info = await get_user_info(user_id)
reply_markup = meme_reaction_keyboard(meme.id)
reply_markup = meme_reaction_keyboard(meme.id, user_id)
meme.caption = await get_meme_caption_for_user_id(meme, user_id, user_info)

await send_new_message_with_meme(bot, user_id, meme, reply_markup)
Expand Down

0 comments on commit f791b46

Please sign in to comment.