From 30c799b00148c687b693331cd169c9ed20b93515 Mon Sep 17 00:00:00 2001 From: arthurfranca Date: Tue, 12 Sep 2023 11:58:34 -0300 Subject: [PATCH] Expand preview into other tags --- 94.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/94.md b/94.md index 8e47c27d..c5e0f182 100644 --- a/94.md +++ b/94.md @@ -21,7 +21,9 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr * `magnet` (optional) URI to magnet file * `i` (optional) torrent infohash * `blurhash`(optional) the [blurhash](https://github.com/woltapp/blurhash) to show while the file is being loaded by the client -* `preview` (optional) shorter file variant such as thumbnail, blurred image or text excerpt +* `thumb` (optional) url of thumbnail with same aspect ratio +* `image` (optional) url of preview image with same dimensions +* `summary` (optional) text excerpt * `alt` (optional) description for accessibility ```json @@ -40,7 +42,9 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr ["magnet", ], ["i",], ["blurhash", ], - ["preview", , ], + ["thumb", ], + ["image", ], + ["summary", ], ["alt", ] ], "content": ,