Fix: 2026.5.5で修正されたと報告した「20件前のユーズを最後に応答したコマンドのユーズとして記録していた問題」を再発させていた問題 / 2026.5.6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user