Skip to content

Commit

Permalink
Load user inbox relays
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Oct 15, 2024
1 parent a8b8d48 commit bc4224e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
loadFollows,
loadMutes,
getFollows,
loadInboxRelaySelections,
} from "@welshman/app"
import {appDataKeys} from "src/util/nostr"
import {router} from "src/app/util/router"
Expand Down Expand Up @@ -99,6 +100,7 @@ export const loadUserData = async (hints: string[] = []) => {

// Load crucial user data
await Promise.all([
loadInboxRelaySelections($pubkey, {relays}),
loadProfile($pubkey, {relays}),
loadFollows($pubkey, {relays}),
loadMutes($pubkey, {relays}),
Expand Down

0 comments on commit bc4224e

Please sign in to comment.