Merge branch 'master' into follow-unfollow

This commit is contained in:
Christian Bundy 2020-01-14 08:54:08 -08:00 committed by GitHub
commit 8656b2d18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -653,7 +653,8 @@ module.exports = (cooler) => {
return typeof msg.value.content === 'object' &&
typeof msg.value.content.vote === 'object' &&
typeof msg.value.content.vote.link === 'string' &&
typeof msg.value.content.vote.value === 'number'
typeof msg.value.content.vote.value === 'number' &&
msg.value.timestamp > earliest
}),
pull.reduce((acc, cur) => {
const author = cur.value.author