Skip to content

Commit

Permalink
Update 22.md
Browse files Browse the repository at this point in the history
Co-authored-by: dluvian <133484344+dluvian@users.noreply.github.com>
  • Loading branch information
arthurfranca and dluvian committed May 15, 2024
1 parent 61addbd commit a52b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 22.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A comment is an event of `kind:1111` with plaintext `.content`
It must have a `k` tag pointing to the kind of the subject being commented on.
For example, when commenting on a `kind:30023`, the `k` tag is set to "30023".
When replying to another `kind:1111`, the `k` tag is set to "1111".
If commenting on an `https://abc.com/articles/1` artcile the `k` tag is set to "https://abc.com" (its domain).
If commenting on an `https://abc.com/articles/1` article the `k` tag is set to "https://abc.com" (its domain).
The `k` tag is useful to fetch top-level comments about events of specific kinds (or domains), for example,
by filtering with `{ "#k": ["30023"], "kinds": [1111] }`.

Expand Down

0 comments on commit a52b483

Please sign in to comment.