mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 00:25:50 -05:00
Adds x tag to index by sha256
Co-authored-by: Pablo Fernandez <pfer@me.com>
This commit is contained in:
parent
82291c6afd
commit
a8dfdff753
3
68.md
3
68.md
|
@ -59,7 +59,8 @@ They may contain multiple images to be displayed as a single post.
|
||||||
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"],
|
["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"],
|
||||||
|
|
||||||
// Specify the media type for filters to allow clients to filter by supported kinds
|
// Specify the media type for filters to allow clients to filter by supported kinds
|
||||||
["m", "image/jpeg"]
|
["m", "image/jpeg"],
|
||||||
|
["x", "<sha256>"]
|
||||||
|
|
||||||
// Hashtags
|
// Hashtags
|
||||||
["t", "<tag>"],
|
["t", "<tag>"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user