Skip to content

Commit 577494f

Browse files
authored
Update changelog.md (#44)
1 parent c5464ba commit 577494f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
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

0 commit comments

Comments
 (0)