mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 00:17:17 +08:00
do not remind chat manual revoked by user
This commit is contained in:
@@ -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 === '开场问题,期待你的回答'))
|
||||||
|
|||||||
Reference in New Issue
Block a user