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

This commit is contained in:
2024-09-11 05:16:56 +02:00
parent fcb85f57c8
commit e087e47069
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,