about summary refs log tree commit diff
path: root/src/lib/hooks/useFollowProfile.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace all logs with new loggerEric Bailey2023-11-041-2/+3
|
* Fix other error logs while I'm at itEric Bailey2023-11-041-2/+2
|
* 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