it's simply not going to delete replacements of the "directory" type:
```go
var Directory = []*T{
ProfileMetadata,
FollowList,
EventDeletion,
Reporting,
RelayListMetadata,
MuteList,
DMRelaysList,
}
```
these events should all retain past revisions, i am going to think about how to make it easy for them to be dialed back, because the event needs to have its timestamp updated, the ID and Signature regenerated and then republished
brings up the subject of how these types of events also need to be actively propagated... gonna pencil this into my mental notebook, this keeps coming up and this is why
shitty clients rewriting event kinds in the above list without first ensuring they are UPDATING them
Showing page 1 of
1 pages