masto-backfill/functions
AdamK2003 f6f50ed035
fixes, added a fail count to the db, wip output
you might need to add the column to your db manually
`alter table fetched add fails integer default 0;`
2023-07-05 01:59:42 +02:00
..
fetchUserRoutes.js flextape.gif 2023-07-04 01:37:15 +02:00
getPosts.js fixes, added a fail count to the db, wip output 2023-07-05 01:59:42 +02:00
index.js license 2023-06-28 22:16:22 +02:00
parseDirectives.js better logging, added debug output, optimized cache 2023-06-30 03:27:13 +02:00
parseSingleTimeline.js better logging, added debug output, optimized cache 2023-06-30 03:27:13 +02:00
parseUserDirective.js better logging, added debug output, optimized cache 2023-06-30 03:27:13 +02:00