diff --git a/45.md b/45.md index f26fcbf3..906f7398 100644 --- a/45.md +++ b/45.md @@ -60,8 +60,9 @@ And finally the absolute count can be estimated by running some methods I don't This NIP defines (for now) two filters eligible for HyperLogLog: -- `{"#p": [""], "kinds": [3]}`, i.e. a filter for `kind:3` events with a single `"p"` tag, which means the client is interested in knowing how many people "follow" the target ``. In this case the `offset` will be given by reading the character at the position `32` of the hex `` value as a base-16 number then adding `8` to it. - `{"#e": [""], "kinds": [7]}`, i.e. a filter for `kind:7` events with a single `"e"` tag, which means the client is interested in knowing how many people have reacted to the target event ``. In this case the `offset` will be given by reading the character at the position `32` of the hex `` value as a base-16 number then adding `8` to it. +- `{"#e": [""], "kinds": [6]}`, the same as above, but for `kind:6` reposts. +- `{"#p": [""], "kinds": [3]}`, i.e. a filter for `kind:3` events with a single `"p"` tag, which means the client is interested in knowing how many people "follow" the target ``. In this case the `offset` will be given by reading the character at the position `32` of the hex `` value as a base-16 number then adding `8` to it. - `{"#E": [""], "kinds": [1111]}`, i.e. a filter for the total number of comments any specific root event has received. In this case the `offset` will be given by reading the character at the position `32` of the hex `` value as a base-16 number then adding `8` to it. ### Attack vectors