Accounting for indexed posts.
This commit is contained in:
@@ -74,7 +74,7 @@ function getUserPostsWrap(reddit, args) {
|
||||
}
|
||||
|
||||
if (posts.length) {
|
||||
return { ...user, posts, indexed };
|
||||
return { ...user, posts, indexed: { original: indexed, updated: [] } };
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user