diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-11-15 08:15:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 08:15:30 -0500 |
| commit | a8dfdff753a30f0845d6b9729cdbae3ad37a3f8e (patch) | |
| tree | a5d25470df689530b914166b222fe75c550363c1 | |
| parent | 82291c6afda8498ac6f4ddb1d14289f9edb8f8ae (diff) | |
Adds x tag to index by sha256
Co-authored-by: Pablo Fernandez <pfer@me.com>
| -rw-r--r-- | 68.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -59,7 +59,8 @@ They may contain multiple images to be displayed as a single post. | |||
| 59 | ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"], | 59 | ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"], |
| 60 | 60 | ||
| 61 | // Specify the media type for filters to allow clients to filter by supported kinds | 61 | // Specify the media type for filters to allow clients to filter by supported kinds |
| 62 | ["m", "image/jpeg"] | 62 | ["m", "image/jpeg"], |
| 63 | ["x", "<sha256>"] | ||
| 63 | 64 | ||
| 64 | // Hashtags | 65 | // Hashtags |
| 65 | ["t", "<tag>"], | 66 | ["t", "<tag>"], |