Merge pull request '2026.5.6' (#23) from develop into main

Reviewed-on: #23
This commit was merged in pull request #23.
This commit is contained in:
2026-05-17 10:38:15 +00:00
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -1,3 +1,6 @@
# 2026.5.6
- Fix: 2026.5.5で修正されたと報告した「20件前のユーズを最後に応答したコマンドのユーズとして記録していた問題」を再発させていた問題
# 2026.5.5
- Chg: 毎日7:00の天気予報の日付表記
- Fix: 20件前のユーズを最後に応答したコマンドのユーズとして記録していた問題
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "notice-uwuzu",
"version": "2026.5.5",
"version": "2026.5.6",
"type": "module",
"main": "dist/index.js",
"scripts": {
+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);