another fix

This commit is contained in:
Mike Dilger 2025-02-12 11:26:50 +13:00
parent e5a4a7b069
commit 35f5993246
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4

2
01.md
View File

@ -182,7 +182,7 @@ This NIP defines no rules for how `NOTICE` messages should be sent or treated.
* `error` - for OK or CLOSED, used for relay errors and also when no other prefix suits * `error` - for OK or CLOSED, used for relay errors and also when no other prefix suits
* `invalid` - for OK or CLOSED, when the request is somehow invalid * `invalid` - for OK or CLOSED, when the request is somehow invalid
* `pow` - for OK, when the event does not reach the minimum proof-of-work threshold. See [NIP-13](13.md) * `pow` - for OK, when the event does not reach the minimum proof-of-work threshold. See [NIP-13](13.md)
* `rate-limited` - for OK, when the relay rejects the event due to rate limiting, or too many subscriptions being open * `rate-limited` - for OK or CLOSED, when the relay rejects the event due to rate limiting, or too many subscriptions being open
- The [NIP-42](42.md) extensions are: - The [NIP-42](42.md) extensions are:
* `auth-required` - for OK or CLOSED, when a client has not performed `AUTH` and the relay requires that to fulfill the query or write the event. * `auth-required` - for OK or CLOSED, when a client has not performed `AUTH` and the relay requires that to fulfill the query or write the event.
* `redacted` - for CLOSED, when some matching events were not served due to the requester not being authenticated or authorized. * `redacted` - for CLOSED, when some matching events were not served due to the requester not being authenticated or authorized.