Fix lnurls, and collection load args

This commit is contained in:
Jon Staab
2024-09-02 11:26:24 -07:00
parent 6e1ad713c3
commit 0899a55119
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const {
store: profiles,
getKey: profile => profile.event.pubkey,
load: async (pubkey: string, hints = [], request: Partial<SubscribeRequest> = {}) => {
const relays = getWriteRelayUrls(await loadRelaySelections(pubkey))
const relays = getWriteRelayUrls(await loadRelaySelections(pubkey, hints))
return load({
...request,