Minor fix

This commit is contained in:
Ben Hayward 2023-01-29 00:41:31 +00:00
parent 2787371452
commit d79c50c443
No known key found for this signature in database
GPG Key ID: FB238AA1205F3DBE

2
26.md
View File

@ -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