mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-05 18:21:34 +02:00
rm link in content (used to be like this for kind 1 but not for kind 20)
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user