about summary refs log tree commit diff
path: root/src/lib/api/feed/home.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace `resumeSession` with `getSession` in the email check (#8670)Samuel Newman2025-07-231-3/+3
| | | | | | | | | | | | | * replace resumeSession with getSession * copy lil type tweak from the other PR * Add partialRefreshSession to session API context, use session state to infer state further down tree * Review --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Replace getAgent() with reading agent (#4243)dan2024-05-281-8/+8
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Send Bluesky feeds and suggested follows more data (#3695)Eric Bailey2024-04-291-1/+10
| | | | | | | | | | | | | | | | | * WIP * Fix constructors * Clean up * Tweak * Rm extra assignment * Narrow down the argument --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Session] Drill `getAgent` into feed APIs (#3701)Eric Bailey2024-04-251-9/+18
| | | | | | | | | | | * Update to desired post-feed usage * Drill agent into feed apis * Thread getAgent instead --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix the fallback to discover behavior on the home feed (#2546)Paul Frazee2024-01-161-1/+2
|
* Add a new home feed-api wrapper and give a header indicating the fallback ↵Paul Frazee2024-01-151-0/+88
behavior (#2534) * Add a new home feed-api wrapper and give a header indicating the fallback behavior * Sneak in a quick fix: use the correct text color in the delete modal * Use imported constant