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
297 stars 215 forks source link

Is anonymous access to the streaming API used? #77

Closed colinstu12 closed 11 months ago

colinstu12 commented 11 months ago

I ask because the recent Masto 4.2.0 Beta brings in https://github.com/mastodon/mastodon/pull/23989 which removes anon access to the Streaming API. This does mess up how a relay service works, curious if it affects FediFetcher in any way.

nanos commented 11 months ago

No. FediFetcher is not affected by this, as it doesn’t make use of the streaming api