mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 09:57:37 +00:00
no message
This commit is contained in:
parent
e564be3fb5
commit
f34a391aec
2
resources/assets/js/store/actions.js
vendored
2
resources/assets/js/store/actions.js
vendored
@ -2021,7 +2021,7 @@ export default {
|
||||
const original = state.cacheDialogs[index]
|
||||
const nowTime = data.user_ms
|
||||
const originalTime = original.user_ms || 0
|
||||
if (nowTime <= originalTime) {
|
||||
if (nowTime < originalTime) {
|
||||
typeof data.unread !== "undefined" && delete data.unread
|
||||
typeof data.mention !== "undefined" && delete data.mention
|
||||
typeof data.position_msgs !== "undefined" && delete data.position_msgs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user