mute keys, updates for noogle

This commit is contained in:
Believethehype
2024-09-05 16:57:25 +02:00
parent 565526145a
commit be7d2280e2
11 changed files with 33 additions and 5 deletions

View File

@@ -61,6 +61,8 @@ async function generate_image(message) {
let tags = [
["i", message, "text"]
]
let r = store.state.relays.join(",")
tags.push(["relays", r])
hasmultipleinputs = false
if (urlinput.value !== "" && urlinput.value.startsWith('http')){