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

Changes to tootctl statuses remove #11267

Merged
merged 7 commits into from
Dec 17, 2019

Conversation

ClearlyClaire
Copy link
Contributor

  • Fix incorrect comments
  • Keep statuses favourited by local users
  • Do not exempt toots from being deleted just because they are replies
  • Skip reblogs of local statuses instead of skipping all reblogs
  • Use Status.local and Status.uri to check if toots are local instead of checking their author

There are most definitely more optimizations possible, and I'd like whole threads to be cleaned instead of just the leaves. I am not too sure how to do that efficiently (maybe doing the query in descending order on the ids would help?)

@ClearlyClaire
Copy link
Contributor Author

Well, I'm not sure if the optimization thing is really an optimization since there's no index on that, hm…

@ClearlyClaire
Copy link
Contributor Author

The rationale for boosts is that we probably aren't interested in boosts from people we aren't interested in anymore (no followers). Additionally, while current Mastodon versions will now reject them, Peertube used to forward every boost they received.

@ClearlyClaire
Copy link
Contributor Author

Also, I don't think a blanket exemption for toots from followed users is very useful either…

On the other hand, about things that get deleted and probably shouldn't, recent boosts of old toots will get affected too…

@stale
Copy link

stale bot commented Oct 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/wontfix This will not be worked on label Oct 26, 2019
@stale stale bot removed the status/wontfix This will not be worked on label Oct 26, 2019
@Gargron Gargron merged commit 7fe45e7 into mastodon:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants