No longer redownload profile image and description when indexed, unless --redownload-profile is specified.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user