about summary refs log tree commit diff
path: root/src/lib/hooks/useFollowProfile.ts
Commit message (Collapse)AuthorAgeFilesLines
* Port Profile Followers/Follows to RQ (#1893)dan2023-11-141-55/+0
| | | | | | | | | | | | | | | | | * Port user followers to RQ * Port user follows to RQ * Start porting FollowButton to RQ * Fix RQ key * Check pending * Fix shadow and pending states * Rm unused * Remove last usage of useFollowProfile
* 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