mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-22 08:24:25 +01:00
clean up nip89 with suggested params in the nip, replace nip04 with nip44 for encryption
This commit is contained in:
@@ -181,7 +181,7 @@ async function listen() {
|
||||
if (JSON.parse(el.event).pubkey === event.author.toHex().toString() && el.kind === "5050") {
|
||||
jsonentry.name = el.name
|
||||
jsonentry.about = el.about
|
||||
jsonentry.image = el.image
|
||||
jsonentry.picture = el.picture
|
||||
jsonentry.nip90Params = el.nip90Params
|
||||
//jsonentry.reactions = await dvmreactions(PublicKey.parse(el.id), store.state.followings)
|
||||
//jsonentry.reactions.negativeUser = false
|
||||
|
||||
Reference in New Issue
Block a user