feat: back-fill remote users notes
Created by: dakkar
Summary
When fetching data about a remote user, we can also fetch their latest notes.
Purpose
Currently, the profile of a remote user that nobody local is following, looks empty.
The AP Person
object may have a outbox
field, which points to a OrderedCollection
, which may contain notes or pagination links to notes.
Fetch (some of) those notes.
When? When refreshing user info, probably, and only if nobody follows that user (if we follow them, we already get their notes)