Favorite Users
Favorites is a separate, ordered list of users that a user marks as favorites — distinct from following and from saved posts. Favorited users may surface at the top of conversation lists or contact pickers in the UI.
Each property has its own checkbox marking whether that specific piece is fully implemented and functional end to end (frontend + backend) — update these yourself as work lands; this page won't overwrite them.
- Add / remove a favorite — add from a user's profile via the ⋯ More options menu ("Agregar a favoritos" / "Quitar de favoritos"); remove from there or from
Settings → Favorites(which has no add control of its own) - Reorder your favorites list — up/down controls per row on
Settings → Favorites(reorderFavorites) - Favorites stats — a stat header on
Settings → Favoritesshows Total / Mutual / Recent (getFavoritesStats). Fixed this session: Mutual and Recent used to always show 0 (hardcoded); they're now real aggregate counts (mutual = reciprocal favoriting, recent = added in the last 7 days). ThemostFavoritedUserfield is also now a real signal (previously alwaysnull), though it's returned by the query but not shown as a tile yet.
See the technical reference for GraphQL schemas, routes, source file links, and per-field wiring status.