2026.4.2 / Fix: id除外が機能しない問題

This commit is contained in:
2026-05-03 16:35:59 +09:00
parent 747bf00e7b
commit ab06f4ceec
4 changed files with 14 additions and 5 deletions
+2 -1
View File
@@ -68,7 +68,8 @@ if (config.earthquake?.useHistoryData) {
processMessage(message);
if (!config.debug) {
mem.processedInfo.concat([id]);
const mem = Memory.memory;
mem.processedInfo = mem.processedInfo.concat([id]);
Memory.memory = mem;
}
});