Closed franzaps closed 1 month ago
["REQ", "test", { "kinds": [32267], "search": "test" }, { "kinds": [30063], "#a": [&0] }, { "kinds": [1063], "#a": [&1] }]
The issue is that we'll get all 30063s for all apps but we only need the latest ones, and this is impossible to describe with nostr filters (limit won't help). Closing for now
And chaining requests:
["REQ", "test", { "kinds": [32267], "search": "test" }, { "kinds": [30063], "#a": [&0] }, { "kinds": [1063], "ids": [&1] }]
where
&0
includes replaceable event strings from the 0th index query, and&1
includese
tags from the 1st index queryShould open a NIP PR