mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 14:56:27 +01:00
update favicon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 263 KiB |
@@ -68,8 +68,9 @@ export default {
|
|||||||
jsonentry.image = jsonentry.picture
|
jsonentry.image = jsonentry.picture
|
||||||
}
|
}
|
||||||
jsonentry.event = entry.asJson()
|
jsonentry.event = entry.asJson()
|
||||||
|
jsonentry.createdAt = entry.createdAt.asSecs()
|
||||||
jsonentry.kind = entry.tags[tag].asVec()[1]
|
jsonentry.kind = entry.tags[tag].asVec()[1]
|
||||||
nip89dvms.push(jsonentry);
|
nip89dvms.push(jsonentry);
|
||||||
}
|
}
|
||||||
catch (error){
|
catch (error){
|
||||||
console.log(error)
|
console.log(error)
|
||||||
|
|||||||
Reference in New Issue
Block a user