Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
feat: set relays in session storage on each contact list received (cl…
Browse files Browse the repository at this point in the history
…oses #31)
  • Loading branch information
piraces committed Feb 28, 2023
1 parent 1583a3d commit cfc631f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/assets/js/nostr.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ function connectToRelays(){
followListEvent = event;
relays = JSON.parse(event.content);
relaysUrls = Object.keys(relays);
sessionStorage.setItem(rsslayRelaysStorageKey, JSON.stringify(relays));
parseFollowList(followListEvent);
}
});
Expand Down

0 comments on commit cfc631f

Please sign in to comment.