Email or username:

Password:

Forgot your password?
Top-level
Gregory

@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

No comments
marius

@grishka hmmm, good corner-case here.

I would avoid it all together by not storing the actor locally, forcing a load at display time.

But that's probably not something you want to hear. :D

Go Up