mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
update nostr-login with bugfix
This commit is contained in:
parent
8eb0d4c1fd
commit
96a93b5cd2
@ -19,7 +19,7 @@
|
||||
"bootstrap": "^5.3.2",
|
||||
"daisyui": "^4.6.0",
|
||||
"mini-toastr": "^0.8.1",
|
||||
"nostr-login": "^1.3.0",
|
||||
"nostr-login": "^1.3.1",
|
||||
"nostr-tools": "^2.4.0",
|
||||
"vue": "^3.4.15",
|
||||
"vue-notifications": "^1.0.2",
|
||||
|
@ -964,10 +964,10 @@ async function mute(result) {
|
||||
try {
|
||||
let eventasjson = JSON.parse(list.asJson())
|
||||
try{
|
||||
console.log(list.content)
|
||||
// console.log(list.content)
|
||||
let signer = await store.state.signer
|
||||
content = await signer.nip04Decrypt(store.state.pubkey, list.content)
|
||||
console.log(content)
|
||||
// console.log(content)
|
||||
|
||||
}
|
||||
catch(error){
|
||||
|
Loading…
x
Reference in New Issue
Block a user