mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-06 01:42:41 +02:00
d5cabe831c
- Updated `_persist_companion_message` to clarify deduplication of messages in SQLite. - Modified `on_message_received` and `on_channel_message_received` to include `packet_hash` for message identification. - Enhanced `SQLiteHandler` to support deduplication by `packet_hash` when pushing messages, preventing duplicates in the database. - Added `packet_hash` column to the `companion_messages` table and created an index for efficient lookups.