Skip to content

Commit

Permalink
Update 92.md (nostr-protocol#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0l authored Jan 28, 2025
1 parent a7f30b1 commit 70db801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 92.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Media Attachments

Media 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.

`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.
`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.

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
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.

## Example
Expand Down

0 comments on commit 70db801

Please sign in to comment.