mleku @mleku - 1d
ha, just looking at nip-09 https://github.com/nostr-protocol/nips/blob/master/09.md i'm not making #realy handle k tags in delete events, what the fuck who thought of that idea?
no, i don't see how it's relevant, this is too indiscriminate... if a user wants to delete all of their events of a kind tehy search for the kind and make a delete with all the tags returned it's an unnecessary feature and one that could easily be harmful or abused maliciously
i already don't allow delete events to delete delete events, i'm just closing that one up now... and these are categorised as "directory" events in #realy which means that unauthed users queries including the list of types i categorise as directory (need to be broadcast or easily found) such as kind 0, 3, 5s and several others that simply should be freely available to read by anyone
there is a kind of blanket event delete possible but it only applies to all copies of a replaceable event, using the `a` tag, but this is minimally dangerous, it will only match on the ones with the same `d` tag of the user of the kind
it's a nice annotation, i get it, saves some queries