noogle: render optimizations

This commit is contained in:
Believethehype
2024-03-10 08:46:01 +01:00
parent c80275b74c
commit 4120fec8e1
6 changed files with 40 additions and 15 deletions

View File

@@ -586,6 +586,7 @@ export default {
jsonentry.about = await parseandreplacenpubs(jsonentry.about)
jsonentry.event = entry.asJson()
jsonentry.kind = entry.tags[tag].asVec()[1]
//jsonentry.nip90Params = JSON.parse(jsonentry.nip90Params)
nip89dvms.push(jsonentry);
}
catch (error){