Compare commits
4 Commits
2026.4.0
...
47fe174ac6
| Author | SHA1 | Date | |
|---|---|---|---|
| 47fe174ac6 | |||
| 747bf00e7b | |||
| 3baa55bd29 | |||
| 90e9d614f9 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "notice-uwuzu",
|
"name": "notice-uwuzu",
|
||||||
"version": "2026.4.0",
|
"version": "2026.4.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -27,8 +27,10 @@ try {
|
|||||||
|
|
||||||
const mem = Memory.memory;
|
const mem = Memory.memory;
|
||||||
const lastReadReply = mem.lastReadReply;
|
const lastReadReply = mem.lastReadReply;
|
||||||
|
mem.lastReadReply = notifications[0]?.valueid ?? lastReadReply;
|
||||||
|
Memory.memory = mem;
|
||||||
|
|
||||||
for (const [index, notification] of notifications.entries()) {
|
for (const notification of notifications) {
|
||||||
if (notification.category !== "reply" || typeof notification.valueid !== "string")
|
if (notification.category !== "reply" || typeof notification.valueid !== "string")
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
@@ -44,12 +46,6 @@ try {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index === 0) {
|
|
||||||
const mem = Memory.memory;
|
|
||||||
mem.lastReadReply = ueuseResponse.data[0].uniqid;
|
|
||||||
Memory.memory = mem;
|
|
||||||
}
|
|
||||||
|
|
||||||
ueuses.push(ueuseResponse.data[0]);
|
ueuses.push(ueuseResponse.data[0]);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user