Enhancement: Upgrade @babel/preset-env (#542)

This commit is contained in:
Pranav Raj S
2020-02-22 20:16:56 +05:30
committed by GitHub
parent a790dc640f
commit 1261cc7783
7 changed files with 775 additions and 1690 deletions

View File

@@ -11,7 +11,8 @@ export default {
return m.messages.filter(
chat =>
chat.created_at * 1000 > m.agent_last_seen_at * 1000 &&
(chat.message_type === 0 && chat.private !== true)
chat.message_type === 0 &&
chat.private !== true
).length;
},
readMessages(m) {