diff --git a/92.md b/92.md index 81d46106..b857d6ce 100644 --- a/92.md +++ b/92.md @@ -10,7 +10,7 @@ Media attachments (images, videos, and other files) may be added to events by in The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include -any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per url. +any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per URL. ## Example @@ -27,7 +27,7 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p "dim 3024x4032", "alt A scenic photo overlooking the coast of Costa Rica", "x ", - "fallback https://nostrcheck.me/alt1.jpg" + "fallback https://nostrcheck.me/alt1.jpg", "fallback https://void.cat/alt1.jpg" ] ] @@ -39,5 +39,5 @@ any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag p When uploading files during a new post, clients MAY include this metadata after the file is uploaded and included in the post. -When pasting urls during post composition, the client MAY download the file +When pasting URLs during post composition, the client MAY download the file and add this metadata before the post is sent.