Compare commits

..

1 Commits

Author SHA1 Message Date
last2014 70227278c0 Merge pull request '2026.5.5' (#22) from develop into main
Reviewed-on: #22
2026-05-17 10:35:52 +00:00
3 changed files with 3 additions and 6 deletions
-3
View File
@@ -1,6 +1,3 @@
# 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.6",
"version": "2026.5.5",
"type": "module",
"main": "dist/index.js",
"scripts": {
+2 -2
View File
@@ -44,7 +44,7 @@ try {
if (mem.lastReadReply >= time)
break;
if (index === 0)
if (index === notifications.length - 1)
newLastReadReply = time;
ueuses.push(ueuseData);
@@ -69,7 +69,7 @@ try {
if (mem.lastReadMention >= time)
break;
if (index === 0)
if (index === mentions.length - 1)
newLastReadMention = time;
ueuses.push(mention);