ファイルがないものだけランダムトーク対象とする(ファイルを勝手に送るのはひどいため)

This commit is contained in:
tetsuya-ki 2025-01-13 17:16:02 +09:00
parent d2c6628f16
commit edc914efbe

View file

@ -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
);