Fix undefined variable in p2p_chat.py show_conversations handler #12

Merged
trevor merged 1 commits from v2_functions into master 2026-03-07 01:53:33 +00:00
Showing only changes of commit 6089c90d22 - Show all commits

View File

@@ -204,7 +204,7 @@ async def show_conversations(callback: CallbackQuery):
last_name=callback.from_user.last_name
)
conversations = await P2PMessageService.get_recent_conversations(session, user.id, limit=10)
conversations = await P2PMessageService.get_recent_conversations(session, sender.id, limit=10)
if not conversations:
await callback.message.edit_text(