Commit graph

8 commits

Author SHA1 Message Date
Oneric
959f4b43d6 Mark deleting reblogs as broken
I didn’t test it, but this shouldn’t work atm
since reblogs are expected to be removed via
POST /api/v1/statuses/:id/unreblog
with the id being from the reblogged post, not
the id of the reblog itself
2025-08-01 00:00:00 +00:00
Oneric
7fe8b0ca2d Add dbg message when reaching terminating post 2025-08-01 00:00:00 +00:00
Oneric
17eb487582 Fix exitcode
store_config deletes error-related keys
2025-08-01 00:00:00 +00:00
Oneric
11ca2b6b85 Only update min_id for deletable posts
Else boundary posts will never be processed
2025-08-01 00:00:00 +00:00
Oneric
082bc8e75e Config is now actually a Config instance 2025-08-01 00:00:00 +00:00
Oneric
73e62c2f2a Always flush after each message
It was already ok before in interactive terminals,
but when invloving pipes to e.g. tee or file redirects,
the output got buffered for such a long time, it made
it seem like the script suddenly broke.
2025-08-01 00:00:00 +00:00
Oneric
aafac2d776 Add delete logic 2025-08-01 00:00:00 +00:00
Oneric
aa714efd53 Add configuration handling 2025-08-01 00:00:00 +00:00