rm link in content (used to be like this for kind 1 but not for kind 20)

This commit is contained in:
mr0x50
2025-01-23 20:16:05 +01:00
parent 46b7552562
commit 34077d86cb

View File

@@ -159,7 +159,7 @@ const UploadComponent: React.FC = () => {
const image = new Image();
image.src = URL.createObjectURL(file);
finalNoteContent = finalFileUrl + ' ' + desc;
finalNoteContent = desc;
noteTags.push(['imeta', 'url ' + finalFileUrl, 'm ' + file.type, 'x ' + sha256, 'ox ' + sha256]);
}