From 1b20451797d3715224416c8e88772f55a15d5ac3 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 24 Feb 2023 01:15:53 +0100 Subject: [PATCH] autopushed --- journal/2023-02-23.md | 1 + 1 file changed, 1 insertion(+) diff --git a/journal/2023-02-23.md b/journal/2023-02-23.md index 1aa1ff227..07fb10b15 100644 --- a/journal/2023-02-23.md +++ b/journal/2023-02-23.md @@ -24,3 +24,4 @@ - But of course I'm fond of calling books the [[Slow Internet]]. - [[agora]] - [[agora bot]] for mastodon broke because it ran out of lists -- I thought I had "done enough" by making it remove a list every time it added one (we use them to get a timeline of followers, I forget exactly why), but clearly that was not correct. The dates on the 'leftover' lists' made me think deleting lists fails on certain days, every run for a few hours -- weird. + - Turns out it was also pretty broken to begin with -- for example it was only working for 40 users because that's how many a call to get_followers returns by default (!). I need to work on this bot further and that's OK, I enjoy coding for the Fediverse :)