I'm gonna try and remove my accidental report of #[1] 's profile manually, from the command line, as an exercise to better understand Nostr
#[0]
I'm looking at Snort's implementation of "NIP-09: Delete Events"
Looks like the action is happening in EventPublisher: packages/app/src/Feed/EventPublisher.ts
Looks like it just sends an event with the same ID as the one to delete, with type 5, and an empty "reason"
