Show notifications on non-nip29 chat

This commit is contained in:
Jon Staab
2026-03-30 14:29:24 -07:00
parent 5760be4313
commit 55e3a31b61
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
const title = getTagValue("title", event.tags)
const h = getTagValue("h", event.tags)
const images = getTagValues("image", event.tags)
const images = new Set(getTagValues("image", event.tags))
const [_, price = 0, currency = "SAT"] = getTag("price", event.tags) || []
</script>