ohhh you are saving the content as hex? interesting
Discussion
But why using a replaceable event with a separate d-tag to store each edit? Couldn't they just be regular events with the same `f` pointers?
True, in this use case the d-tag is not actually needed. It's there because I'm not using nostr events directly, but saving the file "d" to directory "f" on IrisDB (unfortunate that the initial letters are reversed).
What happens to the delta events if one of them is missing? Does the text recreation always work without human intervention?