Delete toots marked with a hashtag #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
My use case is a little different. For the most part, I'm happy to keep my toots, but instead want an opt-in -- delete toots marked with this hashtag.
I think we could build it off the following:
Would you have any interest in this use case?
Thanks for your interest in cleantoots! 😊
It's been a long time since I haven't dived into this source code but if I remember correctly, cleantoots will fetch all toots from your account, protect some based on some rules then delete all the others.
In your use case, we would protect all toots, except for some conditions. That would reverse the paradigm.
It's not something I'd have a use for but it may be interesting to build it into the tool indeed.
To implement this, we would need to solve the issue of conflicting directives: what do we do if we both have for example protected tags and to-delete tags?
I see multiple possibilities:
We will also need to find proper wording to explain it clearly 🙂
I don't know if I'll have time to build it in the near future but I'm open to discussions and contributions, if you feel like it!
If you do, please note that I'd prefer discussing the concerns before you spend time implementing it, in order to reduce the back and forth when reviewing the code 😉
Hi Gabriel! 😄
So I don't have the time/energy/expertise to implement this myself. I know codl's forget also has had an issue open about this for a long time now.
It looks like a fraction of people do want something like this. In the end, I might choose to revisit and contribute this somewhere sometime, maybe even my own tool, but at the moment I just can't dive in.
It would be cool to leave this issue open for anyone else coming across this discussion.
Hello! 👋
Don't worry 😉
From what I read on the issue you linked, it's the contrary: the OP asked to preserve posts with a specific hashtag. That's something we already do, as you mentionned in your original post.
I'd be happy to review your contribution if you decide to publish one for cleantoots 😉
In the meantime let's indeed keep the issue open!
Ah you're right. My bad! I had been juggling the two ideas at the time! 😅