Closed bbjubjub2494 closed 1 year ago
Ahh, so you "delete old tweets" was unchecked, but "unretweet tweets older than x days" was checked. It seems like the solution to this is if "unretweet tweets" it checked, semiphemeral fetch
should download your entire timeline history, just like it does when "delete old tweets" is checked.
I think so, yes.
When I first run
semiphemeral delete
, my old likes were removed, but not my old retweets. I noticed that only my likes had been fetched, so there was no way fordelete
to delete anything. I had to both tick "delete old tweets" and resetsince_id
in the configuration file to have my retweets fetched. After doing that, I unticked "delete old tweets", anddelete
deleted my retweets as expected.This is strictly a UX issue, the core functionality worked as expected.