From c0d2c66959d4b9f7bee225fcecf5ba84eb263fc3 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 16 May 2025 14:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/xiuren_image/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/xiuren_image/main.py b/plugins/xiuren_image/main.py index 72212d6..4b47c49 100644 --- a/plugins/xiuren_image/main.py +++ b/plugins/xiuren_image/main.py @@ -126,7 +126,7 @@ class XiurenImagePlugin(MessagePluginInterface): client_msg_id, create_time, new_msg_id = await bot.send_image_message((roomid if roomid else sender), Path(pic_path)) - revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 90) + # revoke.add_message_to_revoke(roomid, client_msg_id, create_time, new_msg_id, 90) self.LOG.info( f"发送图片结果,client_msg_id= {client_msg_id},create_time={create_time},new_msg_id={new_msg_id}") return True, "发送成功"