Another issue I encountered: if someone retoots a toot and then the original toot gets deleted, my database consistency breaks and the feed no longer loads ðŸ˜
Fixed this too.
@grishka To me this suggests that you're using the wrong model for your storage.
I think that it's not specifically stated in the activitypub spec that Activities are immutable but the Objects that represent their side effects aren't. If you treat the Objects as immutable too you'll have a bad time.
@grishka To me this suggests that you're using the wrong model for your storage.
I think that it's not specifically stated in the activitypub spec that Activities are immutable but the Objects that represent their side effects aren't. If you treat the Objects as immutable too you'll have a bad time.