feat: allow fetching profiles from cache when zapping
This commit is contained in:
@@ -48,7 +48,7 @@ class LightningService {
|
|||||||
: { recipient: recipientOrEvent.pubkey, event: recipientOrEvent }
|
: { recipient: recipientOrEvent.pubkey, event: recipientOrEvent }
|
||||||
|
|
||||||
const [profile, receiptRelayList, senderRelayList] = await Promise.all([
|
const [profile, receiptRelayList, senderRelayList] = await Promise.all([
|
||||||
client.fetchProfile(recipient, true),
|
client.fetchProfile(recipient),
|
||||||
client.fetchRelayList(recipient),
|
client.fetchRelayList(recipient),
|
||||||
sender
|
sender
|
||||||
? client.fetchRelayList(sender)
|
? client.fetchRelayList(sender)
|
||||||
|
|||||||
Reference in New Issue
Block a user