From 2fa78a8097745139be5299c9f6117049f7d4a074 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sun, 11 Dec 2022 08:02:41 +1300 Subject: [PATCH] Note on nip-22 about moving old posts to a new relay --- 22.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/22.md b/22.md index e4cea51..9ab601d 100644 --- a/22.md +++ b/22.md @@ -26,6 +26,9 @@ The event `created_at` field is just a unix timestamp and can be set to a time i 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. +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. + + Python Example --------------