chore: formatting

This commit is contained in:
2024-01-23 15:36:48 +00:00
parent 5cea096067
commit 982f4df0a3
5 changed files with 28 additions and 12 deletions

View File

@ -60,9 +60,13 @@ async function initSite() {
updateRelayConnections(System, login.relays.item).catch(console.error);
setupWebLNWalletConfig(Wallets);
Relay.query(["REQ", "preload-social-graph", {
kinds: [3]
}]).then(res => {
Relay.query([
"REQ",
"preload-social-graph",
{
kinds: [3],
},
]).then(res => {
for (const ev of res) {
try {
socialGraphInstance.handleEvent(ev);