Ingesting All Notes When Visiting New Actor
Closed this issue · 0 comments
akhileshthite commented
When visiting a new actor profile, the reader is currently ingesting all notes associated with that actor, even if the user is not following them.
- Right now, we cache all notes we view in the DB, that's why they get ingested. We can skip that when loading an outbox and rely on regular http caching.