feat: allow fetching profiles from cache when zapping

This commit is contained in:
codytseng
2025-12-06 23:56:33 +08:00
parent 4e77975179
commit d90348dd97

View File

@@ -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)