feat: improve mention search results

This commit is contained in:
codytseng
2025-02-03 16:17:14 +08:00
parent faa7298f89
commit 699f3a792d
5 changed files with 47 additions and 8 deletions

View File

@@ -152,6 +152,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
setProfileEvent(profileEvent)
setProfile(getProfileFromProfileEvent(profileEvent))
})
client.initUserIndexFromFollowings(account.pubkey)
}, [account])
const hasNostrLoginHash = () => {