mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
fix visual bug in noogle
This commit is contained in:
parent
8dedff5b20
commit
dd5e564e54
@ -84,7 +84,7 @@ AVOID_OUTBOX_RELAY_LIST = ["wss://nos.lol", "wss://nostr.fmt.wiz.biz", "wss://no
|
||||
"ws://localhost:7777", "wss://nostr.fmt.wiz.biz", "wss://nostrich.friendship.tw",
|
||||
"wss://public.relaying.io", "wss://relay.me3d.app", "wss://dreamofthe90s.nostr1.com",
|
||||
"wss://lnbits.eldamar.icu/nostrrelay/relay", "wss://nostr.olwe.link",
|
||||
"wss://nostr.cheeserobot.org", "wss://nostr-relay.nokotaro.com"
|
||||
"wss://nostr.cheeserobot.org", "wss://nostr-relay.nokotaro.com", "wss://premium.primal.net"
|
||||
|
||||
|
||||
|
||||
|
@ -191,7 +191,7 @@ async function listen() {
|
||||
if (JSON.parse(el.event).pubkey === event.author.toHex().toString() && el.kind === "5100") {
|
||||
jsonentry.name = el.name
|
||||
jsonentry.about = el.about
|
||||
jsonentry.picture = el.picture
|
||||
jsonentry.image = el.image
|
||||
jsonentry.nip90Params = el.nip90Params
|
||||
jsonentry.reactions = await dvmreactions(PublicKey.parse(el.id), store.state.followings)
|
||||
jsonentry.reactions.negativeUser = false
|
||||
|
@ -754,8 +754,8 @@ export default {
|
||||
|
||||
}
|
||||
|
||||
if (jsonentry.image) {
|
||||
jsonentry.picture = jsonentry.image
|
||||
if (jsonentry.picture) {
|
||||
jsonentry.image = jsonentry.picture
|
||||
}
|
||||
|
||||
if (!jsonentry.amount) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user