upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/92.md
diff options
context:
space:
mode:
authorAsai Toshiya <to.asai.60@gmail.com>2024-02-03 10:28:57 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-02-03 10:04:16 -0300
commit6de5ee32f411a91f5001a7d300931a7b1ec9adca (patch)
treeab5c26ceca69c6f7d93d73903188935374b155a2 /92.md
parent5196ac196a9e19cfbb9c6cd16d8081dd137e3572 (diff)
NIP-92: fix typo and nitpicks
Diffstat (limited to '92.md')
-rw-r--r--92.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/92.md b/92.md
index 81d4610..b857d6c 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
10 10
11The `imeta` tag is variadic, and each entry is a space-delimited key/value pair. 11The `imeta` tag is variadic, and each entry is a space-delimited key/value pair.
12Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include 12Each `imeta` tag MUST have a `url`, and at least one other field. `imeta` may include
13any field specified by [NIP 94](./94.md). There SHOULD be only one `imeta` tag per url. 13any 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
39When uploading files during a new post, clients MAY include this metadata 39When uploading files during a new post, clients MAY include this metadata
40after the file is uploaded and included in the post. 40after the file is uploaded and included in the post.
41 41
42When pasting urls during post composition, the client MAY download the file 42When pasting URLs during post composition, the client MAY download the file
43and add this metadata before the post is sent. 43and add this metadata before the post is sent.