Updated config documentation

This commit is contained in:
Ariadna 2025-04-21 23:11:17 -04:00
parent 9a2ea50420
commit dc3039ef8b
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
2 changed files with 12 additions and 8 deletions

View file

@ -240,6 +240,7 @@ const filterPostsByDate = (posts: PostsAcc[], cutoffDate: Date) => {
});
return filteredPosts;
};
// nightmare function. However it works so I am not touching it
const getNextPosts = async () => {
if (!accountsMetadata.length) {
accountsMetadata = await getAllMetadataFromPds();