about summary refs log tree commit diff
path: root/src/lib/api/feed-manip.ts
Commit message (Expand)AuthorAgeFilesLines
* Add feed tuner to remove muted threads (#8773)kindgracekind2025-08-041-0/+16
* add reqId to feed feedback (#8396)hailey2025-05-211-2/+6
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-181-4/+7
* show video feeds from posts even if they are replies (#7516)Chris Kanich2025-01-211-0/+2
* Revert "Show some known OP replies in Following (#5049)" (#5301)dan2024-09-121-21/+6
* Disable in-thread deduping for reposted replies (#5135)dan2024-09-041-1/+6
* Mark unhydrated replies as orphaned (#5048)dan2024-08-311-1/+9
* Show some known OP replies in Following (#5049)dan2024-08-311-6/+21
* Fix language filtering for feeds (#5026)dan2024-08-291-12/+5
* Fix orphaned feed slices, handle blocks (#4944)Eric Bailey2024-08-191-5/+26
* Tweak feed manip to show cases of A -> B without further children (#4883)Hailey2024-08-061-8/+10
* Show more replies in Following (different heuristic) (#4880)dan2024-08-061-15/+79
* Show replies in context of their threads (#4871)dan2024-08-051-172/+202
* Only show replies in Following if following all involved actors (#4869)dan2024-08-021-27/+17
* Always limit Following replies to the people you follow (#4868)dan2024-08-011-12/+2
* Remove unused NoopFeedTuner (#4856)dan2024-07-311-10/+0
* Refactor feed slices (#4834)dan2024-07-251-61/+70
* FeedFeedback fixes (#3968)dan2024-05-121-0/+4
* Dont apply the content-language filter if it will remove all content (#3492)Paul Frazee2024-04-121-5/+15
* Bump replies (#2604)Mary2024-02-051-3/+14
* Protect against react key duplicates (close #2278) (#2309)Paul Frazee2023-12-271-9/+10
* Go back to content-driven slice keys in feeds (#2190)Paul Frazee2023-12-121-10/+10
* Fix: remove replies to deleted and blocked posts from feeds (#2130)Paul Frazee2023-12-071-0/+13
* Fix state lifecycle management with post-feed query, solving the duplicate ke...Paul Frazee2023-11-291-16/+19
* Two fixes to react-key generation (#2004)Paul Frazee2023-11-271-2/+3
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-3/+14
* Prefilter the mergefeed to ensure a better mix of following and custom feeds ...Paul Frazee2023-09-201-12/+21
* Feed UI update working branch [WIP] (#1420)Paul Frazee2023-09-181-5/+42
* don't thread a self-repost of a self-reply (#1450)Eric Bailey2023-09-151-1/+4
* Improvements to feed assembly to avoid possible state issues (#1318)Paul Frazee2023-08-281-3/+6
* Fix to "Load new posts" showing sometimes when there's nothing new to show (#...Paul Frazee2023-08-161-2/+2
* Fix to react-key uniqueness in feeds (#1136)Paul Frazee2023-08-081-0/+6
* fix: typo in feed-manip.ts (#967)Ikko Eltociear Ashimine2023-07-051-1/+1
* [APP-718] Improvements and fixes to language handling (#931)Paul Frazee2023-06-301-54/+4
* [APP-690] better handling of post languages language filtering (#893)Ansh2023-06-231-9/+50
* fix: commentEric Bailey2023-06-161-1/+1
* feat: add home feed preferences settings modal and tunersEric Bailey2023-06-161-15/+54
* Fix image-only posts not being visible in custom feeds.Markus Amalthea Magnuson2023-06-121-0/+6
* Fix a bunch of type errors and add a type-check to the github workflows (#837)Paul Frazee2023-06-021-16/+25
* Remove sorting in feed-manipPaul Frazee2023-05-251-3/+0
* Remove the attempts to make the language filter more lenient (#569)Paul Frazee2023-05-031-11/+1
* [APP-549] Language controls for Whats Hot (#563)Paul Frazee2023-05-021-6/+4
* Fix replies with <2 likes showing in the following feedPaul Frazee2023-05-021-2/+10
* [APP-610] Make the language filter more lenient (#562)Paul Frazee2023-05-021-2/+16
* Give the unfiltered view if the language filter yields no results (close #358...Paul Frazee2023-04-031-6/+23
* Lex refactor (#362)Paul Frazee2023-03-311-4/+4
* Feed updates (Closes #344) (#356)Paul Frazee2023-03-221-13/+12
* Filter content by your device's configured languages (#354)Paul Frazee2023-03-221-21/+20
* Fix tscPaul Frazee2023-03-221-17/+0
* A few fixes to ensure threads show up as often as possiblePaul Frazee2023-03-211-3/+6