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:
authorKieran <kieran@harkin.me>2025-01-28 14:37:54 +0000
committerGitHub <noreply@github.com>2025-01-28 06:37:54 -0800
commit70db801bb7fb258c10f4b2ec58056ef74df25549 (patch)
tree7e0702eae718f12dd2bf06456ede826faf6cc47b /92.md
parenta7f30b1eb232786263c5ff4ea7b9589c1ec3868f (diff)
Update 92.md (#1721)
Diffstat (limited to '92.md')
-rw-r--r--92.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/92.md b/92.md
index b332d21..d6e9932 100644
--- a/92.md
+++ b/92.md
@@ -6,10 +6,10 @@ Media Attachments
6 6
7Media attachments (images, videos, and other files) may be added to events by including a URL in the event content, along with a matching `imeta` tag. 7Media attachments (images, videos, and other files) may be added to events by including a URL in the event content, along with a matching `imeta` tag.
8 8
9`imeta` ("inline metadata") tags add information about media URLs in the event's content. Each `imeta` tag SHOULD match a URL in the event content. Clients may replace imeta URLs with rich previews. 9`imeta` ("inline metadata") tags MAY add information about media URLs in the event's content. Each `imeta` tag SHOULD match a URL in the event content. Clients MAY replace imeta URLs with rich previews.
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