diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2026-03-04 00:58:12 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2026-03-04 00:58:12 -0300 |
| commit | 8b9b8615a237c03efe896fe1a2ecd0d2031dbdfe (patch) | |
| tree | eb1aa832f0200515ed960cb6d5ac4096158be7a9 | |
| parent | eeb532b5ff936a48caaef8b7540342e0b6795166 (diff) | |
nip70: reposts that embed protected events must be rejected.nip70-reposts
| -rw-r--r-- | 70.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -14,6 +14,8 @@ The default behavior of a relay MUST be to reject any event that contains `["-"] | |||
| 14 | 14 | ||
| 15 | Relays that want to accept such events MUST first require that the client perform the [NIP-42](42.md) `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case. | 15 | Relays that want to accept such events MUST first require that the client perform the [NIP-42](42.md) `AUTH` flow and then check if the authenticated client has the same pubkey as the event being published and only accept the event in that case. |
| 16 | 16 | ||
| 17 | Reposts of protected events MUST NOT embed the reposted event. If a repost of a protected event embeds the event anyway, relays SHOULD summarily reject it. | ||
| 18 | |||
| 17 | ## The tag | 19 | ## The tag |
| 18 | 20 | ||
| 19 | The tag is a simple tag with a single item: `["-"]`. It may be added to any event. | 21 | The tag is a simple tag with a single item: `["-"]`. It may be added to any event. |