upleb.uk

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

summaryrefslogtreecommitdiff
path: root/71.md
diff options
context:
space:
mode:
authorzmeyer44 <54515037+zmeyer44@users.noreply.github.com>2023-12-29 17:25:13 -0600
committerGitHub <noreply@github.com>2023-12-29 17:25:13 -0600
commit54328d8979e5883922549293406bd77558fb34a7 (patch)
tree7ad041e817f3986ee78fbc5513fab4f64c926d46 /71.md
parentf316b219f4389021addbca02f1cb383eb8cb36d2 (diff)
Removing "summary" tag
Content in the summary tag is duplicated in the .content field
Diffstat (limited to '71.md')
-rw-r--r--71.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/71.md b/71.md
index 6b3fc0f..3b8efca 100644
--- a/71.md
+++ b/71.md
@@ -26,7 +26,6 @@ The list of tags are as follows:
26* `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase. 26* `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase.
27* `title` (required) title of the video 27* `title` (required) title of the video
28* `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published 28* `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published
29* `summary` (optional) summary/description of the video (same as `.content`)
30* `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits 29* `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits
31* `x` containing the SHA-256 hexencoded string of the file. 30* `x` containing the SHA-256 hexencoded string of the file.
32* `size` (optional) size of file in bytes 31* `size` (optional) size of file in bytes
@@ -55,7 +54,6 @@ The list of tags are as follows:
55 ["d", "<UUID>"], 54 ["d", "<UUID>"],
56 55
57 ["title", "<title of video>"], 56 ["title", "<title of video>"],
58 ["summary", "<summary of video>"],
59 ["thumb", "<thumbnail image for video>"], 57 ["thumb", "<thumbnail image for video>"],
60 ["published_at", "<unix timestamp>"], 58 ["published_at", "<unix timestamp>"],
61 ["alt", <description>], 59 ["alt", <description>],