diff options
Diffstat (limited to '92.md')
| -rw-r--r-- | 92.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -10,7 +10,7 @@ Media attachments (images, videos, and other files) may be added to events by in | |||
| 10 | 10 | ||
| 11 | The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. | 11 | The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. |
| 12 | Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include | 12 | Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include |
| 13 | any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per url. | 13 | any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per URL. |
| 14 | 14 | ||
| 15 | ## Example | 15 | ## Example |
| 16 | 16 | ||
| @@ -27,7 +27,7 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p | |||
| 27 | "dim 3024x4032", | 27 | "dim 3024x4032", |
| 28 | "alt A scenic photo overlooking the coast of Costa Rica", | 28 | "alt A scenic photo overlooking the coast of Costa Rica", |
| 29 | "x <sha256 hash as specified in NIP 94>", | 29 | "x <sha256 hash as specified in NIP 94>", |
| 30 | "fallback https://nostrcheck.me/alt1.jpg" | 30 | "fallback https://nostrcheck.me/alt1.jpg", |
| 31 | "fallback https://void.cat/alt1.jpg" | 31 | "fallback https://void.cat/alt1.jpg" |
| 32 | ] | 32 | ] |
| 33 | ] | 33 | ] |
| @@ -39,5 +39,5 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p | |||
| 39 | When uploading files during a new post, clients MAY include this metadata | 39 | When uploading files during a new post, clients MAY include this metadata |
| 40 | after the file is uploaded and included in the post. | 40 | after the file is uploaded and included in the post. |
| 41 | 41 | ||
| 42 | When pasting urls during post composition, the client MAY download the file | 42 | When pasting URLs during post composition, the client MAY download the file |
| 43 | and add this metadata before the post is sent. | 43 | and add this metadata before the post is sent. |