nanos / FediFetcher

FediFetcher is a tool for Mastodon that automatically fetches missing replies and posts from other fediverse instances, and adds them to your own Mastodon instance.
https://blog.thms.uk/fedifetcher?utm_source=github
MIT License
293 stars 213 forks source link

Do not backfill users that have opted out #131

Closed nanos closed 5 days ago

nanos commented 5 days ago

This will stop backfilling of profiles of people that have opted out of various Mastodon search/bot/discoverability features.

Specifically, we'll not backfill user profiles where any of these are true:

nanos commented 5 days ago

To clarify this does only extend to backfilling user profiles. It does not extend to fetching missing replies in home timelines. This is because

  1. the latter is very different, conceptually, from the former, and
  2. because FediFetcher never fetches profiles when fetching missing replies, so has no insight into the profile status.