This commit is contained in:
Believethehype
2024-05-13 10:37:32 +02:00
parent c1bfcc762b
commit 7d91d33afe
2 changed files with 4 additions and 3 deletions

View File

@@ -449,7 +449,9 @@ class Bot:
self.client, self.dvm_config) self.client, self.dvm_config)
etag = "" etag = ""
for tag in zap_event.tags(): print(zap_event.tags())
print(zapped_event.tags())
for tag in zapped_event.tags():
if tag.as_vec()[0] == "e": if tag.as_vec()[0] == "e":
etag = tag.as_vec()[1] etag = tag.as_vec()[1]

View File

@@ -37,7 +37,6 @@ onMounted(async () => {
} }
await addAllContentDVMs() await addAllContentDVMs()
console.log(dvms) console.log(dvms)
}) })
@@ -1027,7 +1026,7 @@ async function mute(result) {
try{ try{
let signedMuteList let signedMuteList
try{ try{
signedMuteList = await signer.signEvent(Event.fromJson(signedMuteList.asJson())) signedMuteList = await signer.signEvent(newList)
console.log(signedMuteList) console.log(signedMuteList)
} }
catch (error){ catch (error){