@@ -227,7 +227,7 @@ class Robot(Job):
# # 聊天记录入库动作:
try:
self.message_storage.archive_message(msg)
# 单独处理图片消息
# 单独处理图片消息 后续写定时任务自动完成下载。延时处理。
if msg.msg_type == MessageType.IMAGE: # 图片消息类型
self.message_storage.process_image(msg)
except Exception as e:
The note is not visible to the blocked user.