From d79c50c443371a112c785631a0bb36fbf0ddb013 Mon Sep 17 00:00:00 2001 From: Ben Hayward Date: Sun, 29 Jan 2023 00:41:31 +0000 Subject: [PATCH] Minor fix --- 26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/26.md b/26.md index 8876f0bd..b52fc609 100644 --- a/26.md +++ b/26.md @@ -52,7 +52,7 @@ For example, the following condition strings are valid: - `kind=0&kind=1&created_at>1675721813` - `kind=1&created_at>1674777689&created_at<1675721813` -For the vast majority of use-cases, it is advisable that query strings should include a `created_at` ***after*** condition to prevent delegatee's from publishing historic notes on delegator's behalves. +For the vast majority of use-cases, it is advisable that query strings should include a `created_at` ***after*** condition reflecting the current time, to prevent delegatee's from publishing historic notes on delegator's behalves. #### Example