feat: improve mention search results
This commit is contained in:
parent
faa7298f89
commit
699f3a792d
5 changed files with 47 additions and 8 deletions
|
|
@ -152,6 +152,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
|||
setProfileEvent(profileEvent)
|
||||
setProfile(getProfileFromProfileEvent(profileEvent))
|
||||
})
|
||||
client.initUserIndexFromFollowings(account.pubkey)
|
||||
}, [account])
|
||||
|
||||
const hasNostrLoginHash = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue