Fix missing image tag for webxdc app icon in upload dialog
This commit is contained in:
@@ -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}` : ''),
|
||||
|
||||
Reference in New Issue
Block a user