mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-05 22:52:36 +02:00
Update ImageGeneration.vue
This commit is contained in:
@@ -294,11 +294,11 @@ async function listen() {
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if (dvms.filter(i => i.id === jsonentry.id).length === 0) {
|
if (dvms.filter(i => i.id === jsonentry.id).length === 0) {
|
||||||
dvms.push(jsonentry)
|
dvms.push(jsonentry)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//miniToastr.showMessage("DVM: " + dvmname, "Received Results", VueNotifications.types.success)
|
//miniToastr.showMessage("DVM: " + dvmname, "Received Results", VueNotifications.types.success)
|
||||||
dvms.find(i => i.id === event.author.toHex()).result = event.content
|
dvms.find(i => i.id === event.author.toHex()).result = event.content
|
||||||
dvms.find(i => i.id === event.author.toHex()).status = "finished"
|
dvms.find(i => i.id === event.author.toHex()).status = "finished"
|
||||||
|
Reference in New Issue
Block a user