From bb36bfc25527ba6578ca9f990823cb63bed1e704 Mon Sep 17 00:00:00 2001 From: Ben Hayward <ben@minds.com> Date: Sun, 29 Jan 2023 00:45:07 +0000 Subject: [PATCH] Cleanup --- 26.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/26.md b/26.md index 6ce3f218..9468b712 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 reflecting the current time 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 @@ -103,18 +103,4 @@ Clients should display the delegated note as if it was published directly by the #### Relay & Client Querying Support -Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. - -[ - 0, - "477318cfb5427b9cfc66a9fa376150c1ddbc62115ae27cef72417eb959691396", - 1677426298, - 1, - [ - "delegation", - "8e0d3d3eb2881ec137a11debe736a9086715a8c8beeeda615780064d68bc25dd", - "kind=1&created_at>1674834236&created_at<1677426236", - "6f44d7fe4f1c09f3954640fb58bd12bae8bb8ff4120853c4693106c82e920e2b898f1f9ba9bd65449a987c39c0423426ab7b53910c0c6abfb41b30bc16e5f524" - ], - Hello, world! -] \ No newline at end of file +Relays should answer requests such as `["REQ", "", {"authors": ["A"]}]` by querying both the `pubkey` and delegation tags `[1]` value. \ No newline at end of file