You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 70.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ The default behavior of a relay MUST be to reject any event that contains `["-"]
14
14
15
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
19
## The tag
18
20
19
21
The tag is a simple tag with a single item: `["-"]`. It may be added to any event.
0 commit comments