# Eliminate duplicate messages from team conversation history

> Resolved a bug where TeamSession.get_messages could return the same message more than once, causing downstream logic that relies on message history to process duplicates.

- Published: 2026-04-09
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/eliminate-duplicate-messages-from-team-conversation-history
- Markdown: https://agno-com-nine.vercel.app/articles/eliminate-duplicate-messages-from-team-conversation-history.md

Resolved a bug where `TeamSession.get_messages` could return the same message more than once, causing downstream logic that relies on message history to process duplicates.
