Fix: 2026.5.5で修正されたと報告した「20件前のユーズを最後に応答したコマンドのユーズとして記録していた問題」を再発させていた問題 / 2026.5.6

This commit is contained in:
2026-05-17 19:37:38 +09:00
parent 386555ecf3
commit 7aff4cdf7d
3 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ try {
if (mem.lastReadReply >= time)
break;
if (index === notifications.length - 1)
if (index === 0)
newLastReadReply = time;
ueuses.push(ueuseData);
@@ -69,7 +69,7 @@ try {
if (mem.lastReadMention >= time)
break;
if (index === mentions.length - 1)
if (index === 0)
newLastReadMention = time;
ueuses.push(mention);