do not remind chat manual revoked by user

This commit is contained in:
geekgeekrun
2025-12-23 13:24:52 +08:00
parent c95349c037
commit e986fddbfb
@@ -201,7 +201,9 @@ const mainLoop = async () => {
(rechatLimitDay && it.updateTime (rechatLimitDay && it.updateTime
? +new Date() - it.updateTime < rechatLimitDay * 24 * 60 * 60 * 1000 ? +new Date() - it.updateTime < rechatLimitDay * 24 * 60 * 60 * 1000
: true) && : true) &&
((((it.lastIsSelf && it.lastMsgStatus === MsgStatus.HAS_READ) || ((((it.lastIsSelf &&
it.lastMsgStatus === MsgStatus.HAS_READ &&
!it.lastText.includes('你撤回了')) ||
canNotConfirmIfHasReadMsgTemplateList.some((regExp) => regExp.test(it.lastText))) && canNotConfirmIfHasReadMsgTemplateList.some((regExp) => regExp.test(it.lastText))) &&
!it.unreadCount) || !it.unreadCount) ||
(!it.lastIsSelf && it.lastText === '开场问题,期待你的回答')) (!it.lastIsSelf && it.lastText === '开场问题,期待你的回答'))