No longer redownload profile image and description when indexed, unless --redownload-profile is specified.

This commit is contained in:
2018-07-01 03:26:26 +02:00
parent e7eef86b23
commit 1b1323dc3d
8 changed files with 37 additions and 22 deletions

View File

@@ -149,6 +149,7 @@ const curatePosts = (userPosts, args) => Object.values(userPosts).reduce((accPos
...user,
posts: curatedPosts.posts,
indexed: {
profile: user.indexed.profile,
original: indexedOriginal,
updated: curatedPosts.indexedUpdated,
oldest: indexed.oldest,