diff options
author | Eric Bailey <git@esb.lol> | 2023-12-08 18:29:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 16:29:53 -0800 |
commit | 9c0c18d5d08db6433fbee8412c2c4da400a31afa (patch) | |
tree | a8093f90fb99c7d2f59c2c16b52524c4354a1d34 /src/state/queries/post-feed.ts | |
parent | e1b1720cadcf86d281a869c604f5d8e349d48fd8 (diff) | |
download | voidsky-9c0c18d5d08db6433fbee8412c2c4da400a31afa.tar.zst |
Use new filter for Posts tab on profile (#2150)
* Use new filter for Posts tab on profile * Update deps * Remove log
Diffstat (limited to 'src/state/queries/post-feed.ts')
-rw-r--r-- | src/state/queries/post-feed.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/queries/post-feed.ts b/src/state/queries/post-feed.ts index 14ffeb0da..7847c7202 100644 --- a/src/state/queries/post-feed.ts +++ b/src/state/queries/post-feed.ts @@ -35,6 +35,7 @@ type ActorDid = string type AuthorFilter = | 'posts_with_replies' | 'posts_no_replies' + | 'posts_and_author_threads' | 'posts_with_media' type FeedUri = string type ListUri = string |