diff options
| -rw-r--r-- | 22.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -26,6 +26,9 @@ The event `created_at` field is just a unix timestamp and can be set to a time i | |||
| 26 | 26 | ||
| 27 | A wide adoption of this nip could create a better user experience as it would decrease the amount of events that appear wildly out of order or even from impossible dates in the distant past or future. | 27 | A wide adoption of this nip could create a better user experience as it would decrease the amount of events that appear wildly out of order or even from impossible dates in the distant past or future. |
| 28 | 28 | ||
| 29 | Keep in mind that there is a use case where a user migrates their old posts onto a new relay. If a relay rejects events that were not recently created, it cannot serve this use case. | ||
| 30 | |||
| 31 | |||
| 29 | Python Example | 32 | Python Example |
| 30 | -------------- | 33 | -------------- |
| 31 | 34 | ||