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