fix: 无法已读未关注未读私信

This commit is contained in:
shanmite 2023-09-09 16:30:58 +08:00
parent 1526519e86
commit 5d5858f82b

View File

@ -84,12 +84,11 @@ async function isMe(num) {
}
if (follow_unread) {
log.info('中奖检测', '<-- 正在检查已关注者的私信')
await check(1)
}
if (unfollow_unread) {
log.info('中奖检测', '<-- 正在检查未关注者的私信')
await check(2)
}
await check("1")
log.info('中奖检测', '--> OK');
}
if (desp) {