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)
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":
etag = tag.as_vec()[1]

View File

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