From ca95e8cf22572dce5edd1ec84ea7c09571aed4f5 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Wed, 4 Jan 2023 16:54:52 -0600 Subject: [PATCH] docs(NIP-26): reflect NIP-26 being disabled in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06aef89..dabb4d7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay). - [x] NIP-16: [Event Treatment](https://github.com/nostr-protocol/nips/blob/master/16.md) - [x] NIP-20: [Command Results](https://github.com/nostr-protocol/nips/blob/master/20.md) - [x] NIP-22: [Event `created_at` limits](https://github.com/nostr-protocol/nips/blob/master/22.md) (_future-dated events only_) -- [x] NIP-26: [Event Delegation](https://github.com/nostr-protocol/nips/blob/master/26.md) +- [ ] NIP-26: [Event Delegation](https://github.com/nostr-protocol/nips/blob/master/26.md) (_implemented, but currently disabled_) - [x] NIP-28: [Public Chat](https://github.com/nostr-protocol/nips/blob/master/28.md) ## Quick Start