about summary refs log tree commit diff
path: root/src/lib/hooks/useFollowProfile.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve typeahead search with inclusion of followed users (temporary ↵Paul Frazee2023-10-051-0/+54
solution) (#1612) * Update follows cache to maintain some user info * Prioritize follows in composer autocomplete * Clean up logic and add new autocomplete to search * Update follow hook