Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete action for Mastodon #247

Closed
upstreamist opened this issue May 14, 2019 · 0 comments · Fixed by #285
Closed

Delete action for Mastodon #247

upstreamist opened this issue May 14, 2019 · 0 comments · Fixed by #285

Comments

@upstreamist
Copy link

Add delete as an action for Mastodon bees.

A potential use case: Setting up a chain to delete toots/tweets after x number of days.

Same goes for any social media platform that allows deleting via API, really. E.g. Twitter, Facebook, etc.

penguwin added a commit to penguwin/beehive that referenced this issue Feb 21, 2020
Now you also get the timestamp of the fetched Toot.
As we can already delete toots by their ID's we can now also build chains to
automatically remove them from your timeline after X days or so.
This solves muesli#247
penguwin added a commit to penguwin/beehive that referenced this issue Oct 3, 2020
Now the toot_fetched event also returns a timestamp of the toot.
As we can already delete toots by ID this change can be used for more complex
chains with mastodon. E.g. Automatically remove toots from your timeline after X
days.
This resolves muesli#247
muesli pushed a commit that referenced this issue Oct 3, 2020
Now the toot_fetched event also returns a timestamp of the toot.
As we can already delete toots by ID this change can be used for more complex
chains with mastodon. E.g. Automatically remove toots from your timeline after X
days.
This resolves #247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants