Update message_sender.py

This commit is contained in:
SengokuCola
2025-03-29 19:45:35 +08:00
parent 2e0d358d93
commit 803ae55876

View File

@@ -229,7 +229,7 @@ class MessageManager:
await message_sender.send_message(msg)
await self.storage.store_message(msg, msg.chat_stream, None)
await self.storage.store_message(msg, msg.chat_stream)
if not container.remove_message(msg):
logger.warning("尝试删除不存在的消息")