feat: allow fetching profiles from cache when zapping
This commit is contained in:
parent
4e77975179
commit
d90348dd97
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class LightningService {
|
|||
: { recipient: recipientOrEvent.pubkey, event: recipientOrEvent }
|
||||
|
||||
const [profile, receiptRelayList, senderRelayList] = await Promise.all([
|
||||
client.fetchProfile(recipient, true),
|
||||
client.fetchProfile(recipient),
|
||||
client.fetchRelayList(recipient),
|
||||
sender
|
||||
? client.fetchRelayList(sender)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue