Fix missing image tag for webxdc app icon in upload dialog

This commit is contained in:
Alex Gleason
2026-02-27 10:56:08 -06:00
parent 9c54592a13
commit 5155ec2d76
+3
View File
@@ -122,6 +122,9 @@ export function WebxdcUploadDialog({ open, onOpenChange }: WebxdcUploadDialogPro
const uuid = crypto.randomUUID();
tags.push(['webxdc', uuid]);
// App icon thumbnail
if (iconUrl) tags.push(['image', iconUrl]);
await createEvent({
kind: 1063,
content: description || (appName ? `${appName}` : ''),