From edc914efbe0d12e6bef51b5c8fea51ddf80b0466 Mon Sep 17 00:00:00 2001 From: tetsuya-ki <64536338+tetsuya-ki@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:16:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=82=E3=81=AE=E3=81=A0=E3=81=91=E3=83=A9?= =?UTF-8?q?=E3=83=B3=E3=83=80=E3=83=A0=E3=83=88=E3=83=BC=E3=82=AF=E5=AF=BE?= =?UTF-8?q?=E8=B1=A1=E3=81=A8=E3=81=99=E3=82=8B(=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=82=92=E5=8B=9D=E6=89=8B=E3=81=AB=E9=80=81?= =?UTF-8?q?=E3=82=8B=E3=81=AE=E3=81=AF=E3=81=B2=E3=81=A9=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=82=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/aichat/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/aichat/index.ts b/src/modules/aichat/index.ts index 829efd1..cf96454 100644 --- a/src/modules/aichat/index.ts +++ b/src/modules/aichat/index.ts @@ -382,6 +382,7 @@ export default class extends Module { note.replyId == null && note.renoteId == null && note.cw == null && + note.files.length == 0 && !note.user.isBot );