add additional x tag to kind 20

This commit is contained in:
2025-04-01 17:19:51 +02:00
parent 86ff9fa856
commit ad5bd34277

View File

@@ -228,6 +228,7 @@ const UploadComponent: React.FC = () => {
"blurhash " + blurhash,
`dim ${image.width}x${image.height}`,
])
noteTags.push(["x", sha256])
}
const createdAt = Math.floor(Date.now() / 1000)