feat: improve mention search results
This commit is contained in:
@@ -152,6 +152,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
||||
setProfileEvent(profileEvent)
|
||||
setProfile(getProfileFromProfileEvent(profileEvent))
|
||||
})
|
||||
client.initUserIndexFromFollowings(account.pubkey)
|
||||
}, [account])
|
||||
|
||||
const hasNostrLoginHash = () => {
|
||||
|
||||
Reference in New Issue
Block a user