diff options
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 |