diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-01-21 17:21:17 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-01-21 17:21:17 -0300 |
| commit | 5eb515ceb97bdf0aa1570fb97ac510cd795bcf5a (patch) | |
| tree | f70d3736825e85cf4a616a9ff5ba1c365e639bc1 /68.md | |
| parent | 23884854ad3843352b192d814e01ab609dd3e739 (diff) | |
fix mentions in other NIPs and README.
Diffstat (limited to '68.md')
| -rw-r--r-- | 68.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -12,7 +12,7 @@ The idea is for this type of event to cater to Nostr clients resembling platform | |||
| 12 | 12 | ||
| 13 | ## Picture Events | 13 | ## Picture Events |
| 14 | 14 | ||
| 15 | Picture events contain a `title` tag and description in the `.content`. | 15 | Picture events contain a `title` tag and description in the `.content`. |
| 16 | 16 | ||
| 17 | They may contain multiple images to be displayed as a single post. | 17 | They may contain multiple images to be displayed as a single post. |
| 18 | 18 | ||
| @@ -81,7 +81,7 @@ They may contain multiple images to be displayed as a single post. | |||
| 81 | 81 | ||
| 82 | The `imeta` tag `annotate-user` places a user link in the specific position in the image. | 82 | The `imeta` tag `annotate-user` places a user link in the specific position in the image. |
| 83 | 83 | ||
| 84 | Only the following media types are accepted: | 84 | Only the following media types are accepted: |
| 85 | - `image/apng`: Animated Portable Network Graphics (APNG) | 85 | - `image/apng`: Animated Portable Network Graphics (APNG) |
| 86 | - `image/avif`: AV1 Image File Format (AVIF) | 86 | - `image/avif`: AV1 Image File Format (AVIF) |
| 87 | - `image/gif`: Graphics Interchange Format (GIF) | 87 | - `image/gif`: Graphics Interchange Format (GIF) |
| @@ -89,4 +89,4 @@ Only the following media types are accepted: | |||
| 89 | - `image/png`: Portable Network Graphics (PNG) | 89 | - `image/png`: Portable Network Graphics (PNG) |
| 90 | - `image/webp`: Web Picture format (WEBP) | 90 | - `image/webp`: Web Picture format (WEBP) |
| 91 | 91 | ||
| 92 | Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed. | 92 | Picture events might be used with [NIP-71](71.md)'s kind `22` to display short vertical videos in the same feed. |