File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 * Support for [ NIP-50] ( https://github.com/nostr-protocol/nips/blob/master/50.md#nip-50 ) search queries
66 * Searches ` tags ` and ` content ` fields
77 * Compatible with searching [ NIP-99 Classified Listings] ( https://github.com/nostr-protocol/nips/blob/master/99.md )
8+
9+ * Completed feature request for [ #38 [ FR] Support NIP-09 Event Deletion] ( https://github.com/UTXOnly/nost-py/issues/38 )
10+ * Add support for NIP-09 event deletions
11+ * Upon receiving a request from a client, relay will:
12+ * Check if event is ` kind 5 `
13+ * Validate the ` sig ` of the event
14+ * Delete events where ` pubkey ` = ` pubkey ` from ` kind 5 ` event (can only delete your own events)
15+ * Respond to client with ` ["OK","true] ` response
816
917** Bug fixes**
1018* Fixed [ #39 [ BUG] Escape characters included in tag query] ( https://github.com/UTXOnly/nost-py/issues/39 )
@@ -112,4 +120,4 @@ Updates installer to resolve the issues raised in #11
112120
113121** Bug fixes**
114122* Mounts Postgres data to host file system for persistent storage
115- * Was left previously unmounted for testing purposes
123+ * Was left previously unmounted for testing purposes
You can’t perform that action at this time.
0 commit comments