mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
remove list of list
This commit is contained in:
parent
4c4aa561b0
commit
cc655695b1
14
xx.md
14
xx.md
|
@ -47,18 +47,6 @@ become `ids`, and `t` tags become `#t` entries. `a` tags should be used to infor
|
||||||
["list", "10001:4d7600c1da0b69185fcbcb6b86cbaa010c9ea137fa83a3f4be4c713e1f217dad:"]
|
["list", "10001:4d7600c1da0b69185fcbcb6b86cbaa010c9ea137fa83a3f4be4c713e1f217dad:"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## List of Lists
|
|
||||||
|
|
||||||
A `lol` feed includes one or more list addresses. These lists should be fetched, and each `a`
|
|
||||||
entry should in turn be fetched and parsed to build a standard nostr filter as described in the
|
|
||||||
`list` type above.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
```json
|
|
||||||
["lol", "30085:4d7600c1da0b69185fcbcb6b86cbaa010c9ea137fa83a3f4be4c713e1f217dad:12983740"]
|
|
||||||
```
|
|
||||||
|
|
||||||
## DVM
|
## DVM
|
||||||
|
|
||||||
A `dvm` feed includes one or more DVM request objects. Each request MUST have a `kind`, and
|
A `dvm` feed includes one or more DVM request objects. Each request MUST have a `kind`, and
|
||||||
|
@ -119,7 +107,7 @@ Example:
|
||||||
[
|
[
|
||||||
"intersection",
|
"intersection",
|
||||||
["list", "10001:4d7600c1da0b69185fcbcb6b86cbaa010c9ea137fa83a3f4be4c713e1f217dad:"],
|
["list", "10001:4d7600c1da0b69185fcbcb6b86cbaa010c9ea137fa83a3f4be4c713e1f217dad:"],
|
||||||
["lol", "30084:039f4899c97734bb1503ce437784ac2131d552e1ef909e8f9775df7c843d0df8:983243"],
|
["filter", {"#t": ["nostr"], "since_ago": 86400}]
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user