From 6ecbb3bd9652705b8f6658c6d819839607724a1d Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:35:13 +0200 Subject: [PATCH] Update 93.md --- 93.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/93.md b/93.md index 9fc2cf0..22b5ec3 100644 --- a/93.md +++ b/93.md @@ -6,7 +6,7 @@ Profile Gallery This NIP defines curatable profile galleries that might be used across clients. The intention is that users might curate a gallery in their profile (or somewhere else) to show some of their visual content of choice, such as art, photographs etc. -The purpose of this NIP is to define an event Kind for Profile Galleries. A Gallery entry is a Kind 1163 Event consisting of an `e` tag and an `url` tag. The `url` tag must direct to a media file (such as an image or video) that will be shown in the gallery. The `e` tag should direct to a Kind 1 note containing this media file. +The purpose of this NIP is to define an event Kind for Profile Galleries. A Gallery entry is a Kind 1163 Event consisting of an `e` tag and an `url` tag. The `url` tag must direct to a media file (such as an image or video) that will be shown in the gallery. The `e` tag should direct to a note containing this media file. The `content` field can contain an optional caption. @@ -14,11 +14,11 @@ The purpose of this NIP is to define an event Kind for Profile Galleries. A Gall ```json { - "content": "", + "content": "An optional caption of the image", "kind": 1163, "tags": [ [ - ["e", ], + ["e", , ], ["url", ], ] ]