about summary refs log tree commit diff
path: root/src/state/queries
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2023-12-08 18:29:53 -0600
committerGitHub <noreply@github.com>2023-12-08 16:29:53 -0800
commit9c0c18d5d08db6433fbee8412c2c4da400a31afa (patch)
treea8093f90fb99c7d2f59c2c16b52524c4354a1d34 /src/state/queries
parente1b1720cadcf86d281a869c604f5d8e349d48fd8 (diff)
downloadvoidsky-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')
-rw-r--r--src/state/queries/post-feed.ts1
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