nip29: add "previous" tag example.

This commit is contained in:
fiatjaf
2026-08-08 20:01:32 -03:00
parent c53877571f
commit 656cecc7c0
+6
View File
@@ -66,6 +66,12 @@ In order to not be used out of context, events sent to these groups may contain
This is a hack to prevent messages from being broadcasted to external relays that have forks of one group out of context. Relays are expected to reject any events that contain timeline references to events not found in their own database. Clients should also check these to keep relays honest about them.
### Example
```json
["previous", "eb96c864", "2db75638", "b5d1065f"]
```
## Late publication
Relays should prevent late publication (messages published now with a timestamp from days or even hours ago) unless they are open to receive a group forked or moved from another relay.