@mariusor actually, here's my problem.
1. I receive a reply to a post of someone who I follow. So I fetch the actor object for whoever made the reply and store it in my database.2. The user who made the reply changes their avatar.3. I don't receive anything because no one on my instance follows that user.4. When I try to load the avatar using the URL I have stored, I get a 404 because it no longer exists.
How does everyone else solve this?
@mariusor I already process the Update{Person} by first checking that the actor matches the user being updated and then simply overwrite whatever I have stored.
#activitypub #mastodev